Skip to content

Instantly share code, notes, and snippets.

@rbnpercy
Created July 7, 2018 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rbnpercy/448fb98280d1cd18e01aa4ad9123235a to your computer and use it in GitHub Desktop.
Save rbnpercy/448fb98280d1cd18e01aa4ad9123235a to your computer and use it in GitHub Desktop.
schema "albums" do
field :name, :string
has_many :photos, Imagey.Images.Photo
timestamps()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment