Class: Tybo::LoginController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Tybo::LoginController
- Defined in:
- app/controllers/tybo/login_controller.rb
Instance Method Summary collapse
Instance Method Details
#home ⇒ Object
5 6 7 8 |
# File 'app/controllers/tybo/login_controller.rb', line 5 def home @resources = Devise.mappings.sort.map(&:first) render template: 'login/home' end |