Skip to content

Instantly share code, notes, and snippets.

@benphelps
Created August 28, 2012 16:51
Show Gist options
  • Save benphelps/3500487 to your computer and use it in GitHub Desktop.
Save benphelps/3500487 to your computer and use it in GitHub Desktop.
class StatSet < ActiveRecord::Base
attr_accessible :agility, :intellect, :stamina, :strength
has_many :enchants
has_many :bonuses
has_many :armor_items
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment