Skip to content

Instantly share code, notes, and snippets.

@BartlomiejSkwira
Created May 1, 2013 09:55
Show Gist options
  • Select an option

  • Save BartlomiejSkwira/5494530 to your computer and use it in GitHub Desktop.

Select an option

Save BartlomiejSkwira/5494530 to your computer and use it in GitHub Desktop.
Storing array in database in Rails
#make db column text
class Expense < ActiveRecord::Base
serialize :parties
# other model code
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment