tracks/vendor/rails/railties/lib/console_with_helpers.rb
2011-02-04 17:11:33 +01:00

5 lines
100 B
Ruby

def helper
@helper ||= ApplicationController.helpers
end
@controller = ApplicationController.new