5 lines
109 B
Ruby
5 lines
109 B
Ruby
class Entity < ActiveRecord::Base
|
|
include ::Diaspora::Guid
|
|
|
|
belongs_to :author, class_name: "Person"
|
|
end
|