test/dummy/config/application.rb in help_popups-1.0.0 vs test/dummy/config/application.rb in help_popups-1.0.1
- old
+ new
@@ -53,9 +53,10 @@
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_simple_auth = true
config.help_popups_password = 'admin'
config.help_popups_return_path = '/test_popup'
end
end