lib/locomotive/liquid/drops/proxy_collection.rb in locomotive_cms-2.2.3 vs lib/locomotive/liquid/drops/proxy_collection.rb in locomotive_cms-2.3.0

- old
+ new

@@ -25,11 +25,11 @@ end def count @count ||= self.collection.count end - + def all self.collection end alias :size :count @@ -39,9 +39,13 @@ self.collection.empty? end def any self.collection.any? + end + + def content_type + end protected def paginate(options = {}) \ No newline at end of file