Sha256: 7c7bd74699b037926ec429e407a88984b48ce8109d367c7c18315a8cdbe0231d
Contents?: true
Size: 318 Bytes
Versions: 94
Compression:
Stored size: 318 Bytes
Contents
# :stopdoc: module ActionController class Base def process_with_compass(*args) Sass::Plugin.rails_controller = self begin process_without_compass(*args) ensure Sass::Plugin.rails_controller = nil end end alias_method_chain :process, :compass end end # :startdoc:
Version data entries
94 entries across 93 versions & 7 rubygems