class Udongo::Configs::Articles

Public Instance Methods

allow_html_in_summary?() click to toggle source
# File lib/udongo/configs/articles.rb, line 15
def allow_html_in_summary?
  allow_html_in_summary === true
end
allow_html_in_title?() click to toggle source
# File lib/udongo/configs/articles.rb, line 11
def allow_html_in_title?
  allow_html_in_title === true
end
editor_for_summary?() click to toggle source
# File lib/udongo/configs/articles.rb, line 19
def editor_for_summary?
  editor_for_summary === true
end
images?() click to toggle source
# File lib/udongo/configs/articles.rb, line 23
def images?
  images === true
end