Skip to content

Instantly share code, notes, and snippets.

@nicholassmith
Created August 15, 2013 09:57
Show Gist options
  • Save nicholassmith/6239717 to your computer and use it in GitHub Desktop.
Save nicholassmith/6239717 to your computer and use it in GitHub Desktop.
Store model
class Store < ActiveRecord::Base
has_many :images, :as => :imageable
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment