3 lines
61 B
Ruby
3 lines
61 B
Ruby
class Stat < ActiveRecord::Base
|
|
belongs_to :state_type
|
|
end
|
class Stat < ActiveRecord::Base
|
|
belongs_to :state_type
|
|
end
|