Sha256: afee826704d51896191e75f2e480de6f5f88d459b791377c3ad7afb5327654a6
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
Rails.application.routes.draw do # Administration System namespace :manage do namespace :ballot_box do resources :votes, :only => [:index, :show, :destroy] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sunrise-votes-0.1.2 | config/routes.rb |
sunrise-votes-0.1.1 | config/routes.rb |
sunrise-votes-0.1.0 | config/routes.rb |