Created
November 14, 2017 17:57
-
-
Save madzhuga/d85abe656851f04c01444af16e8ce63f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module ApplicationHelper | |
| def show_back_to_operation_button | |
| current_operation && !@skip_current_operation_button | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment