039db667c40da9b342200d5c89036b0a3cede8ed
[feedcatcher.git] / vendor / rails / railties / lib / console_with_helpers.rb
1 def helper
2 @helper ||= ApplicationController.helpers
3 end
4
5 @controller = ApplicationController.new