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



22
23
24
25
# File 'lib/sass/plugin/rails.rb', line 22

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

#sass_old_processObject



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

alias_method :sass_old_process, :process