# root_path, root_url map.root :conditions => { :method => :get }, :controller => 'leniwce', :action => 'index' # leniwce_url(:number) map.leniwce ':number', :conditions => { :method => :get }, :controller => 'leniwce', :action => 'show', :number => /\d+/ # create_path map.create '', :conditions => { :method => :post }, :controller => 'leniwce', :action => 'create'