Ticket #70 (new defect)

Opened 1 year ago

bad attributes should be ignored when creating a node

Reported by: gaspard Assigned to: gaspard
Priority: major Milestone: 1.0
Component: zena Keywords:
Cc: Estimated Number of Hours:
Add Hours to Ticket: Billable?:
Total Hours:

Description

The code breaks now but bad attributes should just be ignore:

If we try to set "blog_ids", but the current (virtual) class does not have a "blog" relation, just skip. Same for any other attribute. The solution could be implemented in "method_missing" or in "clean_attributes".