View [actually in a partial]…
Model :
validates_presence_of :credit_card_expiration_date,
:credit_card_number
This is not right. The View renders correctly (minus the hard-coded
2006… not sure yet how to replace that].
I want to make the month and year [sub-]fields required. I also want
them to be greater than today. The “validates_presence_of” doesn’t
handle both the month and year correctly.
I would really appreciate an example.
Thanks,
Jason