[Rails] Re: Changes method: displayed nil to blank change
Colin Law wrote in post #971987:
>
> Just filter out the ones where the two array entries are nil and "".
> Note that blank? will probably be useful here.
>
> Colin
Thanks for reply. But how can I filter this one?
Currently I am checking the field change and avoid nil to blank changes.
like if !obj.changes["address] != [nil,""]
---More ----
end
Note: There are multiple fields to check.
Thanks
Brijesh Shah
--
Posted via http://www.ruby-forum.com/.
--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home