rails--rails/railties/lib/rails/console_with_helpers.rb

6 lines
100 B
Ruby

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