Class: Guide::DefaultAuthenticationSystem

Inherits:
Object
  • Object
show all
Defined in:
app/models/guide/default_authentication_system.rb

Instance Method Summary collapse

Instance Method Details

#url_for_sign_inObject



6
7
8
# File 'app/models/guide/default_authentication_system.rb', line 6

def 
  ''
end

#url_for_sign_outObject



10
11
12
# File 'app/models/guide/default_authentication_system.rb', line 10

def url_for_sign_out
  ''
end

#user_signed_in?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'app/models/guide/default_authentication_system.rb', line 2

def user_signed_in?
  false
end