Skip to content

Instantly share code, notes, and snippets.

@kiote
Created March 28, 2012 07:35
Show Gist options
  • Save kiote/2224505 to your computer and use it in GitHub Desktop.
Save kiote/2224505 to your computer and use it in GitHub Desktop.
resources :campaigns, only: [:index, :update] do
resources :banners
resources :phrases do
member do
get 'statistics'
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment