Method: Effective::Post#to_s

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

#to_sObject



70
71
72
# File 'app/models/effective/post.rb', line 70

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