But when this gets called from inside a cell @template has been set to the Cell instance, and causes an error like this:
NoMethodError (private method `select' called for #WorkHistoryFormCell:0x00000007c96998):
The confusing thing is that I can't find a definition of this method in the source code. It doesn't seem to be in the source code and the debugger can't find the defination:
actionview-4.2.0/lib/action_view/helpers/form_options_helper.rb defines the select helper like this:
But when this gets called from inside a cell @template has been set to the Cell instance, and causes an error like this:
NoMethodError (private method `select' called for #WorkHistoryFormCell:0x00000007c96998):
The confusing thing is that I can't find a definition of this method in the source code. It doesn't seem to be in the source code and the debugger can't find the defination:
The form helpers text_area and text_field are working just fine.