Files
2012-02-21 01:15:00 -05:00

1 line
995 B
JSON

[{"user_id": 12246, "stars": [], "topic_id": 6974, "date_created": 1297958133.6900301, "message": "Testing out convore by asking a newbie question. I want to set up a sort of custom fields in a form that don't originally belong to a model. These forms can be created by the user and then included in a different model. What are the best practices for this? I'm thinking of having a fields model and using a belong to many relationship with the model.. am I on the right track?", "group_id": 447, "id": 132601}, {"user_id": 1955, "stars": [], "topic_id": 6974, "date_created": 1297971949.1626339, "message": "Create a CustomField model. Associate it to the other model. Implement nested forms to allow creating both the model and custom fields. \n\nHere's a RailsCast on nested model forms: http://goo.gl/wNcf9", "group_id": 447, "id": 134916}, {"user_id": 12246, "stars": [], "topic_id": 6974, "date_created": 1297985981.5680151, "message": "@chrisledet Thanks!", "group_id": 447, "id": 137798}]