Commit 0476ac4c3926598b12a2c17fb47def9d40569978
- Diff rendering mode:
- inline
- side by side
config/routes.rb
(1 / 1)
|   | |||
| 17 | 17 | # Allow downloading Web Service WSDL as a file with an extension | |
| 18 | 18 | # instead of a file named 'wsdl' | |
| 19 | 19 | #map.connect ':controller/service.wsdl', :action => 'wsdl' | |
| 20 | VALID_SHA = /[a-zA-Z0-9~\{\}\^\.\-_]+/ | ||
| 20 | VALID_SHA = /[a-zA-Z0-9~\{\}\+\^\.\-_]+/ | ||
| 21 | 21 | map.root :controller => "site", :action => "index" | |
| 22 | 22 | ||
| 23 | 23 | map.resource :account, :member => {:password => :get, :update_password => :put} do |account| |

