Class: Decidim::Plans::Content

Inherits:
ApplicationRecord show all
Includes:
Traceable
Defined in:
app/models/decidim/plans/content.rb

Overview

The content record is the actual content for each plan section for a single plan.

Instance Method Summary collapse

Methods included from Traceable

#is_a?

Instance Method Details

#titleObject



16
17
18
# File 'app/models/decidim/plans/content.rb', line 16

def title
  section.body
end