removed unused code

This commit is contained in:
Zachary Chai 2017-03-03 10:46:21 -05:00
parent d4d8228cbf
commit 246e7ec3ed
2 changed files with 1 additions and 8 deletions

View File

@ -46,9 +46,4 @@ module ApplicationHelper
def omniauth_login_url(provider)
"#{relative_root}/auth/#{provider}"
end
# Whether the current page is the page of a room/meeting or not
def on_room_or_meeting_page?
params[:id].present?
end
end

View File

@ -15,7 +15,5 @@
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
module LandingHelper
def new_meeting_token
rand.to_s[2..10]
end
end