mirror of
https://github.com/wahyd4/Libr.git
synced 2026-08-11 05:46:07 +10:00
7 lines
92 B
Ruby
7 lines
92 B
Ruby
class UserController < ApplicationController
|
|
|
|
def login
|
|
render :layout => false
|
|
end
|
|
end
|