lib/juicer/cache_buster.rb in juicer-1.0.13 vs lib/juicer/cache_buster.rb in juicer-1.0.14
- old
+ new
@@ -125,10 +125,10 @@
# which is the format used by Rails' image_tag helper.
#
def self.rails(file)
self.path(file, :rails)
end
-
+
#
# Remove cache buster from a URL for a given parameter name. Parameter name is
# "cb" by default.
#
def self.clean(file, parameter = DEFAULT_PARAMETER)