tiss2go/app/controllers/login_controller.rb
2020-04-21 13:19:01 +02:00

5 lines
68 B
Ruby

class LoginController < ApplicationController
def index
end
end