Hi,
I have a model name called ‘Address’ with 4
column(id,code,details,active).
Here i declared
set_primary_key :code.
and map these code to others table(association) and id is serial.
now i am not able to create new record for address(giving input for
code, details, active).
i am getting below error
code is not null…
Code value is not take and insert to table.
Any help would be appreciated…
Thanks & Regards,
Sathiyaraj G.