Module: HamlCoffeeAssets::ActionView::Patches

Defined in:
lib/haml_coffee_assets/action_view/patches.rb

Defined Under Namespace

Modules: InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
7
8
# File 'lib/haml_coffee_assets/action_view/patches.rb', line 4

def self.included(base)
  base.send :include, InstanceMethods
  base.send :alias_method, :handle_render_error_without_patch, :handle_render_error
  base.send :alias_method, :handle_render_error, :handle_render_error_with_patch
end