button tooltips

This commit is contained in:
Zachary Chai
2017-02-14 18:11:32 -05:00
parent 7d227fd383
commit fa1bb0683e
5 changed files with 16 additions and 7 deletions

View File

@ -40,10 +40,8 @@ Rails.application.configure do
# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
config.force_ssl = ENV['DISABLE_FORCE_SSL'].blank?
config.force_ssl = ENV['ENABLE_FORCE_SSL'] == 'true'
# Use the lowest log level to ensure availability of diagnostic information
# when problems arise.
config.log_level = :info
# Prepend all log lines with the following tags.