public
Description: Canberra Ruby Crew Site #crc
Homepage: http://canberraruby.com
Clone URL: git://github.com/artpop/crc_site.git
schlick (author)
Sat Oct 18 14:34:13 -0700 2008
commit  39fbf0dfc248e39744200e20279175d2bc31818f
tree    cc268024906524e3aed82f1bfebbbf6c7525ac62
parent  da00469b12cdb41860836d969b14789e80e1011a
crc_site / config / routes.rb
100644 12 lines (6 sloc) 0.252 kb
1
2
3
4
5
6
7
8
9
10
11
12
ActionController::Routing::Routes.draw do |map|
  map.resources :meetings
 
 
  map.commits '/hacks', :controller => 'commits'
 
  map.site '/:name', :controller => 'page', :action => 'show'
    
  map.root :controller => 'front', :action => 'index'
 
end