Skip to content

Instantly share code, notes, and snippets.

@hisanari
Last active April 3, 2018 02:13
Show Gist options
  • Save hisanari/09ce305981634b52ff875a1010b51fad to your computer and use it in GitHub Desktop.
Save hisanari/09ce305981634b52ff875a1010b51fad to your computer and use it in GitHub Desktop.
def correct_user
@tasklist = cuurent_user.tasklist.find_by(params[:task_list_id])
redirect_to user_path unless @tasklist.nil?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment