Module: C2::ControllerAdditions

Defined in:
lib/c2/controller_additions.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/c2/controller_additions.rb', line 3

def self.included(base)
  base.extend ClassMethods
  base.helper_method :current_c2_agent, :current_c2_agent_title, :c2_login_path, :c2_profile_path, :c2_logout_path
end