Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / railties / lib / console_with_helpers.rb
1 def helper
2 @helper ||= ApplicationController.helpers
3 end
4
5 @controller = ApplicationController.new