Module: Socializer::ObjectTypeBase

Extended by:
ActiveSupport::Concern
Included in:
Activity, Circle, Comment, Group, Note, Person
Defined in:
app/models/concerns/socializer/object_type_base.rb

Instance Method Summary collapse

Instance Method Details

#guidObject



16
17
18
# File 'app/models/concerns/socializer/object_type_base.rb', line 16

def guid
  activity_object.id
end