Methods
Public Instance methods
helper()
   # File railties/lib/console_with_helpers.rb, line 1
1: def helper
2:   @helper ||= ApplicationController.helpers
3: end