[604] Add compatibility check for Liquid

This commit is contained in:
Holger Just 2011-11-26 22:24:51 +01:00
parent 0b952a1edd
commit 5bf27de92a
1 changed files with 7 additions and 0 deletions

View File

@ -30,5 +30,12 @@ module ChiliProject
def self.using_jquery?
true
end
# Is Liquid markup available?
#
# Released: ChiliProject 3.0.0
def self.using_liquid?
true
end
end
end