Class: MyTimeline::Post

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/my_timeline/post.rb

Class Method Summary collapse

Class Method Details

.is_exandable?Boolean

Returns:

  • (Boolean)


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

def self.is_exandable?
  true
end