diaspora_federation/test/dummy/app/models/entity.rb
2016-02-03 00:47:21 +01:00

5 lines
109 B
Ruby

class Entity < ActiveRecord::Base
include ::Diaspora::Guid
belongs_to :author, class_name: "Person"
end