Skip to content
Snippets Groups Projects
Commit bd70cf5c authored by Valery Sizov's avatar Valery Sizov
Browse files

fix settings

parent 2154fef2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -8,11 +8,11 @@ module ApplicationSettingsHelper
end
 
def signup_enabled?
current_application_settings.signup_enabled?
current_application_settings.signup_enabled
end
 
def signin_enabled?
current_application_settings.signin_enabled?
current_application_settings.signin_enabled
end
 
def extra_sign_in_text
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment