123456789_123456789_123456789_123456789_123456789_

Module: AbstractController::Helpers

Relationships & Source Files
Namespace Children
Modules:
Exceptions:
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Defined in: actionpack/lib/abstract_controller/helpers.rb

Class Method Summary

DSL Calls

included

[ GitHub ]


7
8
9
10
11
12
13
# File 'actionpack/lib/abstract_controller/helpers.rb', line 7

included do
  class_attribute :_helpers
  self._helpers = Module.new

  class_attribute :_helper_methods
  self._helper_methods = Array.new
end