Class: Feedy::ApplicationController

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

Direct Known Subclasses

FeedbacksController

Instance Method Summary collapse

Instance Method Details

#current_userObject



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

def current_user
  Feedy.current_user_helper
end