instance method
helper
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v3.1.12Signature
helper()
No documentation comment.
Source
# File railties/lib/console_with_helpers.rb, line 1
def helper
@helper ||= ApplicationController.helpers
end
Defined in railties/lib/console_with_helpers.rb line 1
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object