Skip to content

Instantly share code, notes, and snippets.

@ryanhanks
Created July 15, 2011 16:11
Show Gist options
  • Save ryanhanks/1084988 to your computer and use it in GitHub Desktop.
Save ryanhanks/1084988 to your computer and use it in GitHub Desktop.
Mbc::Application.routes.draw do
resources :fidelity_bonds do
resources :edits
member do
get :edit_principal
end
end
end
@tjad
Copy link

tjad commented Jul 15, 2011

Mbc::Application.routes.draw do

resources :edits
resources :fidelity_bonds do
member do
get :edit_principal
end
end
end

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment