Created
November 9, 2017 05:52
-
-
Save madzhuga/113aca99a75fee116624f95ce7cedbf0 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
| # app/controllers/operations_controller.rb | |
| class OperationsController < ApplicationController | |
| def current | |
| render current_operation.tag | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment