[Rails] Re: Why can't I access attributes in rails model?

2012-01-31 Thread Frederick Cheung
On Jan 31, 2:29 am, Rodrigo Ruiz wrote: > I thought they where attr_accessor method. > > Thank you for clearing things up for me. To add a little more info, the attribute values are stored in the @attributes / @attributes_cache hashes Fred > > On Monday, January 30, 2012, Peter Vandenabeele >

[Rails] Re: Why can't I access attributes in rails model?

2012-01-30 Thread Rodrigo Ruiz
I thought they where attr_accessor method. Thank you for clearing things up for me. On Monday, January 30, 2012, Peter Vandenabeele wrote: > On Mon, Jan 30, 2012 at 9:59 PM, Rodrigo Ruiz wrote: >> >> Thank you, but I knew that, I did that (use self to do what I want) before I asked the questio