Class: Socializer::Note

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ObjectTypeBase
Defined in:
app/models/socializer/note.rb

Instance Method Summary collapse

Methods included from ObjectTypeBase

#guid

Instance Method Details

#authorObject



9
10
11
# File 'app/models/socializer/note.rb', line 9

def author
  @author ||= activity_author.activitable
end