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