test/dummy/config/application.rb in cookie_tracker-1.0.0 vs test/dummy/config/application.rb in cookie_tracker-1.2.0

- old
+ new

@@ -38,8 +38,10 @@ # Enable the asset pipeline config.assets.enabled = true # Version of your assets, change this if you want to expire all your assets config.assets.version = '1.0' + + config.cookie_tracker_expire_date = '1.hours.from_now' end end