2011-12-17 15:50:52 -08:00
|
|
|
#-- copyright
|
|
|
|
# ChiliProject is a project management system.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2010-2011 the ChiliProject Team
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# See doc/COPYRIGHT.rdoc for more details.
|
|
|
|
#++
|
|
|
|
|
2011-09-09 23:35:24 +02:00
|
|
|
module ChiliProject
|
|
|
|
module Liquid
|
|
|
|
module LiquidExt
|
2011-09-09 23:51:02 +02:00
|
|
|
::Liquid::Block.send(:include, Block)
|
2011-09-09 23:35:24 +02:00
|
|
|
::Liquid::Context.send(:include, Context)
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|