Displaying 1 result from an estimated 1 matches for "do_sign_in".
2007 Nov 08
0
Models for external REST services
...rails to be much simpler, even for someone
learning the framework.
Thanks for your time, I inlcude the code of what I have so far, any
help/links are appreciated
This is what my sign_in partial looks like:
#- view/home/_sign_in.rhtml
<% remote_form_for :sign_in_form, :url => "home/do_sign_in", :html
=> { :id => ''sign_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
re...