test/dummy/config/application.rb in help_popups-0.1.1 vs test/dummy/config/application.rb in help_popups-1.0.0

- old
+ new

@@ -52,8 +52,11 @@ # 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.help_popups_password = 'admin' + config.help_popups_return_path = '/test_popup' end end