Module: PhantomHelpers::ViewHelpers::ControllerHelper

Defined in:
lib/phantom_helpers/view_helpers/controller_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_controller_actionObject



9
10
11
# File 'lib/phantom_helpers/view_helpers/controller_helper.rb', line 9

def current_controller_action
  controller.action_name
end

#current_parent_controllerObject



5
6
7
# File 'lib/phantom_helpers/view_helpers/controller_helper.rb', line 5

def current_parent_controller
  controller.controller_path.split('/').second
end