Class: IshManager::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/ish_manager/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



9
10
11
12
# File 'app/controllers/ish_manager/application_controller.rb', line 9

def home
  authorize! :home, IshManager::Ability
  render 'home'
end