Files
Libr/app/controllers/user_controller.rb
T
2013-01-08 14:40:01 +08:00

7 lines
92 B
Ruby

class UserController < ApplicationController
def login
render :layout => false
end
end