mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
7 lines
102 B
Ruby
7 lines
102 B
Ruby
class Registrar::SessionsController < SessionsController
|
|
layout 'registrar'
|
|
|
|
def login
|
|
|
|
end
|
|
end
|