File: console_with_helpers.rb

package info (click to toggle)
ruby-rails-2.3 2.3.14-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,908 kB
  • sloc: ruby: 5,808; makefile: 28
file content (5 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (4)
1
2
3
4
5
def helper
  @helper ||= ApplicationController.helpers
end

@controller = ApplicationController.new