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



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

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