>> @me = Person.find(:first) => #<Person id: 1, email: "[email protected]", name: "admin", remember_token: nil, crypted_password: "NoyyEST642HTATokjnLzLK14RL4n0LVZJZ9Lg7CSJCQVGbH5fsq...", description: "", remember_token_expires_at: nil, last_contacted_at: "2009-05-17 19:55:07", last_logged_in_at: "2009-05-17 19:57:41", forum_posts_count: 8, blog_post_comments_count: 0, wall_comments_count: 0, created_at: "2009-05-17 19:54:56", updated_at: "2009-05-17 19:57:41", admin: true, deactivated: false, connection_notifications: true, message_notifications: true, wall_comment_notifications: true, blog_comment_notifications: true, email_verified: nil, avatar_id: nil, identity_url: nil, branch: nil, years: nil, phone: nil, fax: nil, isbanker: nil, company_name: nil, business_type: nil, country: nil, title: nil, department: nil> >> @me.email => nil >> @me.admin => true >> @me.name => "admin"
For some reason, Insoshi can no longer 'see' :email. I have not changed any of the accessors, and it sees everything else fine. Any suggestions as to why this might be happening? --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
