class RDaux::Web::Application

Attributes

current_section[R]

Public Instance Methods

markdown() click to toggle source
# File lib/rdaux/web/application.rb, line 31
def markdown
  settings.markdown || halt(500)
end
render_markdown(markup) click to toggle source
# File lib/rdaux/web/application.rb, line 35
def render_markdown(markup)
  markdown.render(markup)
end
site() click to toggle source
# File lib/rdaux/web/application.rb, line 27
def site
  settings.site || halt(500)
end