merged master

This commit is contained in:
Yan
2018-05-04 11:16:44 +06:30
15 changed files with 455 additions and 207 deletions

View File

@@ -22,7 +22,7 @@ class BaseOrigamiController < ActionController::Base
message: "User using other device!"
}.to_json
end
else
else
if current_user.nil?
redirect_to root_path
end