Store gives you a thin wrapper around serialize for the purpose of storing hashes in a single column. It's like a simple key/value store backed into your record when you don't care about being able to query that store outside the context of a single record.
http://edgeapi.rubyonrails.org/classes/ActiveRecord/Store.html