aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/console_with_helpers.rb
blob: 039db667c40da9b342200d5c89036b0a3cede8ed (plain) (blame)
1
2
3
4
5
def helper
  @helper ||= ApplicationController.helpers
end

@controller = ApplicationController.new