Class: Tomify::Api::Admin::SidebarsController

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

Instance Method Summary collapse

Instance Method Details

#permitted_attributesObject



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

def permitted_attributes
  [:active, :name, :heading, :template, :text]
end