Allow root URL to redirect to a conference via ENV var.

This commit is contained in:
James Mason 2018-03-03 21:36:20 -08:00 committed by Henne Vogelsang
parent f062f7f4ee
commit 73c5c3c97a
5 changed files with 40 additions and 1 deletions

View file

@ -263,6 +263,8 @@ group :test do
gem 'json-schema'
# For using 'assigns' in tests
gem 'rails-controller-testing'
# For managing the environment
gem 'climate_control'
end
group :development, :test do