public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / lib / mephisto.rb
100644 5 lines (5 sloc) 0.265 kb
1
2
3
4
5
module Mephisto
  @@liquid_filters = [CoreFilters, DropFilters, UrlFilters]
  @@liquid_tags = {:textile => Mephisto::Liquid::Textile, :commentform => Mephisto::Liquid::CommentForm, :head => Mephisto::Liquid::Head}
  mattr_reader :liquid_tags, :liquid_filters
end