Skip to content

Instantly share code, notes, and snippets.

@dayanand-sourcebits
Created June 6, 2012 09:29
Show Gist options
  • Save dayanand-sourcebits/2880917 to your computer and use it in GitHub Desktop.
Save dayanand-sourcebits/2880917 to your computer and use it in GitHub Desktop.
routes.rb
class CardsController < ApplicationController
def index
end
end
Test::Application.routes.draw do
namespace :admin do
resources :cards
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment