When creating a boolean attribute in ActiveRecord, you get a ? method for
free. Sadly, it's returning false for a true value. Does anyone know what
might be going on?

>From my console (for_charity: true). Same behaviour on Rails 2.3.8 and
2.3.11

ruby-1.8.7-p302 > m.for_charity?
 => false
ruby-1.8.7-p302 > m.for_charity
 => true
ruby-1.8.7-p302 >

Thx in advance

-ants

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to