[Source]
# File vendor/rails/railties/lib/console_with_helpers.rb, line 1 1: def helper 2: @helper ||= ApplicationController.helpers 3: end
[Validate]