Module: ActionInterceptor::ActionController::Base

Defined in:
lib/action_interceptor/action_controller/base.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/action_interceptor/action_controller/base.rb', line 5

def self.included(base)
  base.helper_method :current_page?, :current_url, :stored_url
end