Skip to content

Instantly share code, notes, and snippets.

@madzhuga
Created November 3, 2017 05:38
Show Gist options
  • Save madzhuga/aece740ab90b793fa0ad2ca50378588f to your computer and use it in GitHub Desktop.
Save madzhuga/aece740ab90b793fa0ad2ca50378588f to your computer and use it in GitHub Desktop.
class UsersController < ApplicationController
...
def update
if current_operation
current_operation.complete
redirect_to users_path
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment