Class: C::AuthorRecord

Inherits:
ApplicationRecord show all
Defined in:
app/models/c/author_record.rb

Instance Method Summary collapse

Instance Method Details

#authorObject



9
10
11
# File 'app/models/c/author_record.rb', line 9

def author
  user.name
end