Method: MyTimeline::Post.is_exandable?

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

.is_exandable?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'app/models/my_timeline/post.rb', line 16

def self.is_exandable?
  true
end