search for: signinform

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

Did you mean: signin_form
2007 Nov 08
0
Models for external REST services
...ot;/images/ subscribe_now_btn.gif", :border=>0)%> <%end%> # end snippet #============================ And this is what the model looks like (I assume I need a model for the remote_form_for) and I''m pretty sure this is far from what I need # model/sign_in_form.rb class SignInForm < ActiveRecord::Base attr_accessor :mobile_field1, :mobile_field2, :mobile_field3, :mobile_number, :sign def mobile_number=(val) @mobile_number = val end # mobile_number is supposed to be some sort of virtual attribute def mobile_number @mobile_field1+@mobile_field2+@mobile_...