Class: ActionController::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/sass/plugin/rails.rb

Instance Method Summary collapse

Instance Method Details

#process(*args) ⇒ Object



17
18
19
20
# File 'lib/sass/plugin/rails.rb', line 17

def process(*args)
  Sass::Plugin.check_for_updates
  sass_old_process(*args)
end

#sass_old_processObject



16
# File 'lib/sass/plugin/rails.rb', line 16

alias_method :sass_old_process, :process