Ask A Question

Notifications

You’re not receiving notifications from this thread.

Validation

Lucas Cunha asked in Ruby

Hi folks,

I have one question about this issue.
I have a structure as follow: one table user with field name, city and other, and another table client that is some attributes and this table is belongs_to :user, until here...its ok.
The problem is that field city is requeried to add a new user, but when i got to add a new client, is not possible.
I made some test and saw that problem is at validate_presence_of in models/user.rb.
What do I have to add at models/client.rb to fix this.

Thanks for help me.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.