Skip to content

Instantly share code, notes, and snippets.

@mecampbellsoup
Created February 23, 2015 02:21
Show Gist options
  • Select an option

  • Save mecampbellsoup/bd8a49581888bae967f7 to your computer and use it in GitHub Desktop.

Select an option

Save mecampbellsoup/bd8a49581888bae967f7 to your computer and use it in GitHub Desktop.
def terms_of_service
end
def update
if user.update_attributes(user_params)
redirect_to trips_path(region: session[:region])
else
render :terms_of_service
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment