Class: Dorsale::ApplicationController

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

Instance Method Summary collapse

Instance Method Details

#current_user_scopeObject



3
4
5
# File 'app/controllers/dorsale/application_controller.rb', line 3

def current_user_scope
  @current_user_scope ||= UserScope.new(current_user)
end