mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-09 13:06:25 +10:00
5 lines
105 B
Ruby
5 lines
105 B
Ruby
class Fact < ActiveRecord::Base
|
|
attr_accessible :content, :person_id, :person
|
|
|
|
belongs_to :person
|
|
end |