Object
# File lib/compass-rails/railties/2_3.rb, line 6 def process_with_compass(*args) Sass::Plugin.rails_controller = self begin process_without_compass(*args) ensure Sass::Plugin.rails_controller = nil end end