Sha256: d6f49c11206f1098bbd958ad636dc387afc7c5f805af64ccc8724975e9ab13ae
Contents?: true
Size: 406 Bytes
Versions: 8
Compression:
Stored size: 406 Bytes
Contents
module ActiveAdmin # All Pages controllers inherit from this controller. class PageController < BaseController # Pages::Page subclasses Page::Base which implements the layout code layout false actions :index def index(options={}, &block) render "active_admin/page/index" end def clear_page_actions! active_admin_config.clear_page_actions! end end end
Version data entries
8 entries across 8 versions & 1 rubygems