Skip to content

Instantly share code, notes, and snippets.

@madzhuga
Created November 14, 2017 17:58
Show Gist options
  • Save madzhuga/616944d34cd8ae7e7a79749a984540e8 to your computer and use it in GitHub Desktop.
Save madzhuga/616944d34cd8ae7e7a79749a984540e8 to your computer and use it in GitHub Desktop.
class OperationsController < ApplicationController
before_action do
@skip_current_operation_button = true
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment