clean active_meetings.js and landing.js

This commit is contained in:
Josh
2017-07-14 13:21:02 -04:00
parent 5f2a561922
commit 42bf2b1e54
3 changed files with 42 additions and 34 deletions

View File

@ -41,7 +41,7 @@ class LandingController < ApplicationController
end
def guest
# If someone tries to aceess the guest landing when guest access is enabled, just send them to root.
# If someone tries to access the guest landing when guest access is enabled, just send them to root.
redirect_to root_url unless Rails.configuration.disable_guest_access
end