console_with_helpers.rb

Path: vendor/rails/railties/lib/console_with_helpers.rb
Last Update: Wed Jun 30 23:52:13 +0000 2010

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]