mirror of
https://github.com/System-End/stickers.git
synced 2026-04-19 16:28:17 +00:00
allow CDN_URL to be uploaded for designs
This commit is contained in:
parent
267601fffc
commit
b38b38595e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class DesignsTable < AirctiveRecord::Base
|
|||
end
|
||||
|
||||
class Designs < Base
|
||||
DESIGN_ALLOWED_FIELDS = %w[Name Description Image_URL].freeze
|
||||
DESIGN_ALLOWED_FIELDS = %w[Name Description Image_URL CDN_URL].freeze
|
||||
|
||||
resource :designs do
|
||||
get :all do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue