From: Yossef Mendelssohn Date: 2008-12-10T00:58:48+09:00 Subject: Re: Beginner question about attributes On Dec 8, 6:09 pm, Scott Peterson wrote: > Ah, thanks for the clarification.  Yossef got me thinking down a > different path, which led me to making those attributes accessible, > seems to be working (well enough for me--as I learn more, I'll probably > figure out that needs to be changed). To be honest, I didn't really look closely at the model because I had already categorized this as a Rails question by that point. There was no way to be absolutely positive given the information provided, but it could be reasonable to assume you were using a generated controller with standard actions. Really, the problem was in the model with the use of attr_accessible, which keeps other attributes from being mass-assigned. Of course, the question was still in the wrong place, much like attr_accessible and attr_protected are in the wrong part of the MVC trio. But that's a discussion for another day. -- -yossef