Class: Annex::ApplicationController

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

Direct Known Subclasses

BlocksController

Instance Method Summary collapse

Instance Method Details

#annex_authenticate!Object



9
10
11
# File 'app/controllers/annex/application_controller.rb', line 9

def annex_authenticate!
  instance_eval &Annex::Config.authenticate_with
end

#annex_authorize!Object



13
14
15
# File 'app/controllers/annex/application_controller.rb', line 13

def annex_authorize!
  instance_eval &Annex::Config.authorize_with
end