Skip to content

Instantly share code, notes, and snippets.

@gnufied
Created April 27, 2012 15:50
Show Gist options
  • Save gnufied/2510317 to your computer and use it in GitHub Desktop.
Save gnufied/2510317 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
attr_accessible :name
attr_accessible :options, :name
serialize :options
def options
self[:options] ||= {}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment