38 39 40
# File 'app/models/post.rb', line 38 def title read_attribute(:title).blank? ? "Post #{id}" : read_attribute(:title) end