[Rails] Re: self.id returning an array in 2.3?

2009-08-13 Thread Jeffrey L. Taylor
Quoting mjijackson : > > I'm upgrading from 2.1 to 2.3 and having a small problem with my > models. It appears that when I use self.id now (say, from inside an > instance method) I'm getting an array back instead of a string. For > example, where under 2.1 I would get a "7" I'm now getting a ["7"

[Rails] Re: self.id returning an array in 2.3?

2009-08-13 Thread Michael J. I. Jackson
Ugh, nevermind. Figured out what I was doing wrong. On Aug 13, 2009, at 12:11 PM, mjijackson wrote: > I'm upgrading from 2.1 to 2.3 and having a small problem with my > models. It appears that when I use self.id now (say, from inside an > instance method) I'm getting an array back instead of a s