2011-06-20 11:25:17 +00:00
|
|
|
require 'locomotive/liquid/drops/contents'
|
|
|
|
|
2010-07-23 20:09:54 +00:00
|
|
|
module Locomotive
|
|
|
|
module Liquid
|
2010-05-30 23:57:33 +00:00
|
|
|
module Drops
|
2010-07-23 20:09:54 +00:00
|
|
|
|
2011-06-20 11:25:17 +00:00
|
|
|
class AssetCollections < Contents
|
2011-01-29 23:30:24 +00:00
|
|
|
|
2010-05-30 23:57:33 +00:00
|
|
|
def before_method(meth)
|
2011-06-20 11:25:17 +00:00
|
|
|
Rails.logger.warn "\n[WARNING] asset_collections is deprecated and will be removed in the next commits. Please, use contents.<slug> instead.\n\n"
|
|
|
|
super(meth)
|
2010-05-30 23:57:33 +00:00
|
|
|
end
|
2010-07-23 20:09:54 +00:00
|
|
|
|
2010-05-30 23:57:33 +00:00
|
|
|
end
|
2010-07-23 20:09:54 +00:00
|
|
|
|
2010-05-30 23:57:33 +00:00
|
|
|
end
|
|
|
|
end
|
2010-07-23 20:09:54 +00:00
|
|
|
end
|