[Rails] Re: dash symbol

2012-09-09 Thread John Merlino
ok this was oversight on my part. First of all, instead of using the helper helper in the console, you can directly access actionview just by specifying the constant. So ActionView::Helpers::FormBuilder.instance_methods would work. But what was oversight is that I was wondering that FormBuilder's

[Rails] Re: dash symbol

2012-09-08 Thread John Merlino
Yeah so I would like to see the returned array of instance methods of field_helpers of FormBuilder. I try to return it in console: 1.9.3p0 :016 FormBuilder.field_helpers NoMethodError: undefined method `field_helpers' for FormBuilder:Class Why is it saying undefined method field_helpers when