forked from External/greenlight
Removed duplicated code introduced in previous commit
This commit is contained in:
parent
4590725c79
commit
4b7f104808
|
@ -47,13 +47,8 @@ class ApplicationController < ActionController::Base
|
||||||
end
|
end
|
||||||
helper_method :user_name_limit
|
helper_method :user_name_limit
|
||||||
|
|
||||||
def user_name_limit
|
|
||||||
USER_NAME_LIMIT
|
|
||||||
end
|
|
||||||
helper_method :user_name_limit
|
|
||||||
|
|
||||||
def bigbluebutton_endpoint_default?
|
def bigbluebutton_endpoint_default?
|
||||||
Rails.configuration.bigbluebutton_endpoint_default === Rails.configuration.bigbluebutton_endpoint
|
Rails.configuration.bigbluebutton_endpoint_default == Rails.configuration.bigbluebutton_endpoint
|
||||||
end
|
end
|
||||||
helper_method :bigbluebutton_endpoint_default?
|
helper_method :bigbluebutton_endpoint_default?
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue