Guest User

Untitled

a guest
Dec 11th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class ArmorTier < ActiveRecord::Base
  2. attr_accessible :level, :name
  3. belongs_to :armor_material
  4. belongs_to :stat_set
  5. has_many :armor_items
  6. end
Add Comment
Please, Sign In to add comment