Class: Tomify::Api::Admin::SidebarsController
- Inherits:
-
Object
- Object
- Tomify::Api::Admin::SidebarsController
- Defined in:
- app/controllers/tomify/api/admin/sidebars_controller.rb
Instance Method Summary collapse
Instance Method Details
#permitted_attributes ⇒ Object
2 3 4 |
# File 'app/controllers/tomify/api/admin/sidebars_controller.rb', line 2 def permitted_attributes [:active, :name, :heading, :template, :text] end |