Module: Devise::Models::IchainAuthenticatable::ClassMethods
- Defined in:
- lib/devise_ichain_authenticatable/models.rb
Instance Method Summary collapse
- #ichain_login_url ⇒ Object
- #ichain_logout_url ⇒ Object
-
#ichain_registration_url ⇒ Object
The slashes at the end of the urls looks to be relevant.
Instance Method Details
#ichain_login_url ⇒ Object
15 16 17 |
# File 'lib/devise_ichain_authenticatable/models.rb', line 15 def ichain_login_url (::Devise.ichain_base_url || "") + "/ICSLogin/auth-up/" end |
#ichain_logout_url ⇒ Object
19 20 21 |
# File 'lib/devise_ichain_authenticatable/models.rb', line 19 def ichain_logout_url (::Devise.ichain_base_url || "") + "/ICHAINLogout/" end |
#ichain_registration_url ⇒ Object
The slashes at the end of the urls looks to be relevant
11 12 13 |
# File 'lib/devise_ichain_authenticatable/models.rb', line 11 def ichain_registration_url (::Devise.ichain_base_url || "") + "/ICSLogin/" end |