Skip to content

Instantly share code, notes, and snippets.

@madzhuga
Created November 9, 2017 05:52
Show Gist options
  • Select an option

  • Save madzhuga/113aca99a75fee116624f95ce7cedbf0 to your computer and use it in GitHub Desktop.

Select an option

Save madzhuga/113aca99a75fee116624f95ce7cedbf0 to your computer and use it in GitHub Desktop.
# 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