Class: Homeland::ApplicationController

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

Direct Known Subclasses

RepliesController, TopicsController

Instance Method Summary collapse

Instance Method Details

#current_userObject



6
7
8
# File 'app/controllers/homeland/application_controller.rb', line 6

def current_user
  origin_current_user
end

#homeland_require_userObject



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

def homeland_require_user
  self.send(Homeland.require_user_method)
end