mirror of
https://github.com/wahyd4/ocelots.git
synced 2026-08-10 13:36:16 +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 |