Class: Module

Inherits:
Object
  • Object
show all
Defined in:
lib/mhelper_method.rb

Instance Method Summary collapse

Instance Method Details

#helper_method(*methods) ⇒ Object



6
7
8
9
# File 'lib/mhelper_method.rb', line 6

def helper_method(*methods)
  methods.flatten!
  ActionController::Base._mhelper_methods += methods
end