Method: Effective::Post#to_s

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

#to_sObject



109
110
111
# File 'app/models/effective/post.rb', line 109

def to_s
  title.presence || 'New Post'
end