Remove unnecessary return

This commit is contained in:
uu59 2014-07-31 17:02:59 +09:00
parent 1d5ad1f31e
commit 6374bd86ca

View File

@ -31,7 +31,7 @@ class TutorialsController < ApplicationController
end end
def check_ready def check_ready
return redirect_to tutorials_url unless tutorial_ready? redirect_to tutorials_url unless tutorial_ready?
end end
def tutorial_ready? def tutorial_ready?