Class: ActiveAdmin::PageController

Inherits:
BaseController
  • Object
show all
Defined in:
lib/active_admin/page_controller.rb

Overview

All Pages controllers inherit from this controller.

Instance Method Summary collapse

Methods inherited from BaseController

#only_render_implemented_actions

Methods included from BaseController::Menu

#current_menu, #set_current_tab

Instance Method Details

#index(options = {}, &block) ⇒ Object



11
12
13
# File 'lib/active_admin/page_controller.rb', line 11

def index(options={}, &block)
  render "active_admin/page/index"
end