Class: Admin::EditableBlocksController
- Inherits:
-
AdminController
- Object
- AdminController
- Admin::EditableBlocksController
- Includes:
- ToggleableEntity
- Defined in:
- app/controllers/admin/editable_blocks_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /admin/editable_blocks.
-
#show ⇒ Object
get /admin/editable_blocks/:id.
Methods included from ToggleableEntity
Instance Method Details
#index ⇒ Object
get /admin/editable_blocks
7 8 9 |
# File 'app/controllers/admin/editable_blocks_controller.rb', line 7 def index @collection = EditableBlock.list_for_administration end |
#show ⇒ Object
get /admin/editable_blocks/:id
12 13 |
# File 'app/controllers/admin/editable_blocks_controller.rb', line 12 def show end |