Module: Cms::AdminTab

Extended by:
ActiveSupport::Concern
Included in:
CacheController, DynamicViewsController, EmailMessagesController, GroupsController, RedirectsController, UsersController
Defined in:
lib/cms/admin_tab.rb

Overview

Any controller that is considered to be on the ‘Admin’ tab should include this.

Instance Method Summary collapse

Instance Method Details

#new_button_pathObject



11
12
13
# File 'lib/cms/admin_tab.rb', line 11

def new_button_path
  cms.new_user_path
end