Class: SimpleContentManagement::SimpleMenusController
- Inherits:
-
InheritedResources::Base
- Object
- InheritedResources::Base
- SimpleContentManagement::SimpleMenusController
- Includes:
- SimpleAdminPanel::ControllerExtensions
- Defined in:
- app/controllers/simple_content_management/simple_menus_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/simple_content_management/simple_menus_controller.rb', line 11 def show resource = [*..ordered.includes(:children), ..build] show! end |
#update ⇒ Object
6 7 8 9 |
# File 'app/controllers/simple_content_management/simple_menus_controller.rb', line 6 def update update! flash[:success] = "Menu gewijzigd." end |