Module: Regressor::Controller::Util

Included in:
Regression
Defined in:
lib/controller/util.rb

Instance Method Summary collapse

Instance Method Details

#after_filtersObject



9
10
11
# File 'lib/controller/util.rb', line 9

def after_filters
  filters(:after)
end

#around_filtersObject



13
14
15
# File 'lib/controller/util.rb', line 13

def around_filters
  filters(:around)
end

#before_filtersObject



5
6
7
# File 'lib/controller/util.rb', line 5

def before_filters
  filters(:before)
end