tracks/vendor/rails/railties/lib/console_with_helpers.rb
2009-12-07 12:42:42 -05:00

5 lines
100 B
Ruby

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