Skip to content

Instantly share code, notes, and snippets.

@tal
Created June 1, 2010 22:51
Show Gist options
  • Select an option

  • Save tal/421651 to your computer and use it in GitHub Desktop.

Select an option

Save tal/421651 to your computer and use it in GitHub Desktop.
def category=(cat)
changed_columns << :meta
self.meta ||= {}
self.meta[:category] = cat
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment