console_with_helpers.rb

Path: vendor/rails/railties/lib/console_with_helpers.rb
Last Update: Wed Oct 12 18:49:11 +0000 2011

Methods

helper  

Public Instance methods

[Source]

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

[Validate]