Method: Effective::PageSection#to_s

Defined in:
app/models/effective/page_section.rb

#to_sObject



37
38
39
# File 'app/models/effective/page_section.rb', line 37

def to_s
  name.presence || model_name.human
end