Libraries
»
effective_posts
(1.1.0)
»
Index
»
Effective
»
Post
»
#to_s
Method: Effective::Post#to_s
Defined in:
app/models/effective/post.rb
#
to_s
⇒
Object
70 71 72
# File 'app/models/effective/post.rb', line 70
def
to_s
title
.
presence
||
'
New Post
'
end