ajaxify_rails 0.9.4 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -125,7 +125,7 @@ module ActionControllerAdditions
|
|
125
125
|
end
|
126
126
|
|
127
127
|
def ajaxify_assets_digest
|
128
|
-
digests = Rails.application.config.assets.
|
128
|
+
digests = Rails.application.config.assets.digests
|
129
129
|
digests ? Digest::MD5.hexdigest(digests.values.join) : ''
|
130
130
|
end
|
131
131
|
|