1
0
Fork 0
dokkan-data-rails/app/models/stat.rb

4 lines
61 B
Ruby
Raw Normal View History

2015-10-20 14:36:50 -04:00
class Stat < ActiveRecord::Base
belongs_to :state_type
end