aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/console/helpers.rb
blob: 212fc6125a20dde8a265c2278a0c5a30d46cbc60 (plain) (blame)
1
2
3
4
5
6
7
def helper
  @helper ||= ApplicationController.helpers
end

def controller
  @controller ||= ApplicationController.new
end