Module: OtuPageLayoutSectionsHelper
- Defined in:
- app/helpers/otu_page_layout_sections_helper.rb
Instance Method Summary collapse
Instance Method Details
#otu_page_layout_section_tag(otu_page_layout_section) ⇒ Object
3 4 5 6 |
# File 'app/helpers/otu_page_layout_sections_helper.rb', line 3 def otu_page_layout_section_tag(otu_page_layout_section) return nil if otu_page_layout_section.nil? otu_page_layout_section.otu_page_layout.name + ': ' + otu_page_layout_section.topic.name end |