Class: SimpleContentManagement::SimpleMenusController

Inherits:
InheritedResources::Base
  • Object
show all
Includes:
SimpleAdminPanel::ControllerExtensions
Defined in:
app/controllers/simple_content_management/simple_menus_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
14
15
# File 'app/controllers/simple_content_management/simple_menus_controller.rb', line 11

def show
  resource
  @simple_menu_items = [*@simple_menu.simple_menu_items.ordered.includes(:children), @simple_menu.simple_menu_items.build]
  show!
end

#updateObject



6
7
8
9
# File 'app/controllers/simple_content_management/simple_menus_controller.rb', line 6

def update
  update!
  flash[:success] = "Menu gewijzigd."
end