I’ve added ‘validate_presence_of :name’ to the record model, but when I
try to create a record i get an error complaining that it can’t find
data from another table that also is updated on that page.
Let me explain further,
On my ‘record’ update page, I have data from another table displayed.
When i try to validate the ‘record’ data, an error is thrown complaining
that it can’t find the data from the other table?
On my ‘record’ update page, I have data from another table displayed.
When i try to validate the ‘record’ data, an error is thrown complaining
that it can’t find the data from the other table?
Any insight would be appreciated,
Ice
If it’s not sensitive I think the list could use a little bit of code
and maybe a database schema for the tables. And especially the exact
error you’re getting.
If it’s not sensitive I think the list could use a little bit of code
and maybe a database schema for the tables. And especially the exact
error you’re getting.
Cheers,
Chuck V.
Hi Chuck,
Sorry for the lack of detail… here’s what my situation is.