search for: mobile_field3

Displaying 1 result from an estimated 1 matches for "mobile_field3".

Did you mean: mobile_field1
2007 Nov 08
0
Models for external REST services
...gn_in_form'' } do |f| %> <br> <br> <%= f.text_field :mobile_field1%> # by the way, I get an error if I try to pass options to the textfield <%= f.text_field :mobile_field2%> # error says the method just recieves 2 arguments <%= f.text_field :mobile_field3%> <%= select_tag("sign_selection",options_for_select(@signs) ) %> <%= image_submit_tag("/images/ subscribe_now_btn.gif", :border=>0)%> <%end%> # end snippet #============================ And this is what the model looks like (I assume I need a...