Skip to content

Instantly share code, notes, and snippets.

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

  • Save madzhuga/10b22e2493b4c2c49145314ede39d36b to your computer and use it in GitHub Desktop.

Select an option

Save madzhuga/10b22e2493b4c2c49145314ede39d36b to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
...
resource :operation do
get :current
end
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment