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