rails--rails/railties/lib/rails/console/helpers.rb

8 lines
123 B
Ruby

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