Module: Lytix::ControllerMethods::ClassMethods

Defined in:
lib/lytix/controller_methods.rb

Instance Method Summary collapse

Instance Method Details

#skip_google_analyticsObject



16
17
18
# File 'lib/lytix/controller_methods.rb', line 16

def skip_google_analytics
  skip_before_filter :google_analytics
end