Class: Udongo::Configs::Articles
- Inherits:
-
Object
- Object
- Udongo::Configs::Articles
- Defined in:
- lib/udongo/configs/articles.rb
Instance Method Summary collapse
- #allow_html_in_summary? ⇒ Boolean
- #allow_html_in_title? ⇒ Boolean
- #editor_for_summary? ⇒ Boolean
- #images? ⇒ Boolean
Instance Method Details
#allow_html_in_summary? ⇒ Boolean
15 16 17 |
# File 'lib/udongo/configs/articles.rb', line 15 def allow_html_in_summary? allow_html_in_summary === true end |
#allow_html_in_title? ⇒ Boolean
11 12 13 |
# File 'lib/udongo/configs/articles.rb', line 11 def allow_html_in_title? allow_html_in_title === true end |
#editor_for_summary? ⇒ Boolean
19 20 21 |
# File 'lib/udongo/configs/articles.rb', line 19 def editor_for_summary? editor_for_summary === true end |
#images? ⇒ Boolean
23 24 25 |
# File 'lib/udongo/configs/articles.rb', line 23 def images? images === true end |