Skip to content

Instantly share code, notes, and snippets.

@evie404
Created May 1, 2013 06:41
Show Gist options
  • Save evie404/5494044 to your computer and use it in GitHub Desktop.
Save evie404/5494044 to your computer and use it in GitHub Desktop.
class Costume < ActiveRecord::Base
extend Namable
extend Commentable
extend Collectable
extend Viewable
extend HasPhotos
belongs_to :character
belongs_to :series
belongs_to :variation
belongs_to :user
attr_accessible :series_id, :character_id, :variation_id, :description
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment