Class: Effective::SearchContent

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/effective/search_content.rb

Instance Method Summary collapse

Instance Method Details

#bodyObject

As per has_many_rich_texts



38
39
40
# File 'app/models/effective/search_content.rb', line 38

def body
  rich_text_body
end

#to_sObject



33
34
35
# File 'app/models/effective/search_content.rb', line 33

def to_s
  title.presence || model_name.human
end