Module: Bodega::ApplicationHelper

Defined in:
app/helpers/bodega/application_helper.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
# File 'app/helpers/bodega/application_helper.rb', line 3

def self.included(base)
  base.class_eval do
    alias :method_missing_without_bodega :method_missing
    alias :method_missing :method_missing_with_bodega
  end
end