6d09f275c6
7102a3d7fc
cb069ea7cc
39d6f9e112
1 2
3 4 5
6
7 8 9 10
11
module Rails module ConsoleMethods def helper @helper ||= ApplicationController.helpers end def controller @controller ||= ApplicationController.new end end end