Method: Kublog::Post#author

Defined in:
app/models/kublog/post.rb

#authorObject



23
24
25
# File 'app/models/kublog/post.rb', line 23

def author
  user.to_s
end