Class: Tomify::Api::Admin::UploadsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/tomify/api/admin/uploads_controller.rb

Instance Method Summary collapse

Instance Method Details

#permitted_attributesObject



2
3
4
# File 'app/controllers/tomify/api/admin/uploads_controller.rb', line 2

def permitted_attributes
  [:uuid, :name, :file, :size, :content_type]
end