> This is what is needed to fix the issue: > def considered_true?(value) > !value.blank? && value != "false" && value != "0" && value != 0 > end
I can confirm that this fixes the problem in my app so gets a +1 from me :) Rupert --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
