Class: Adhoq::ApplicationController

Inherits:
Object
  • Object
show all
Includes:
AuthorizationMethods
Defined in:
app/controllers/adhoq/application_controller.rb

Class Method Summary collapse

Class Method Details

.before_action(*args) ⇒ Object



7
8
9
# File 'app/controllers/adhoq/application_controller.rb', line 7

def self.before_action(*args)
  before_filter(*args)
end