Class: WcoHosting::ApplicationController

Inherits:
Wco::ApplicationController
  • Object
show all
Defined in:
app/controllers/wco_hosting/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



4
5
6
# File 'app/controllers/wco_hosting/application_controller.rb', line 4

def home
  authorize! :index, ::WcoHosting::Appliance
end