Created
May 1, 2013 06:41
-
-
Save evie404/5494044 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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