Class: Tybo::LoginController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/tybo/login_controller.rb

Instance Method Summary collapse

Instance Method Details

#homeObject



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