Class: Blogical::Application

Inherits:
Sinatra::Base
  • Object
show all
Includes:
Atom, Blog, Content, Helpers
Defined in:
app/blogical.rb

Constant Summary collapse

BLOGICAL_ROOT =
File.dirname(File.dirname(File.expand_path(__FILE__)))
BLOGICAL_CONTENT_ROOT =
File.join(BLOGICAL_ROOT, 'content')

Method Summary

Methods included from Helpers

included

Methods included from Content

included

Methods included from Atom

included

Methods included from Blog

included