Hi, Jeremy. Thank you so much for helping me.
In order to make the above code to work, I did the following (in my ignorance): I changed the access from u.*column_name* to u*[**:column_name* *]* and it worked. But your explanation saved my day. I just removed the lines below from class declaration and everything is working fine. Once again, thank you a lot. attr_accessor :username, :password, :points, :trial_expires_at, :role, : fullname, :about, :status, :uuid attr_reader :created_at, :updated_at, :trial_expires_at -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
