|
Revision 2, 412 bytes
(checked in by nperriault, 10 months ago)
|
First commit of the extracted code from production, I hope no passwd has been forgotten :-)
|
| Line | |
|---|
| 1 |
# Define any application specific rules to your models here |
|---|
| 2 |
# such as routing, partials, etc. |
|---|
| 3 |
|
|---|
| 4 |
MyIndex: |
|---|
| 5 |
models: |
|---|
| 6 |
Application: |
|---|
| 7 |
route: @application_page?slug=%slug% |
|---|
| 8 |
BlogPost: |
|---|
| 9 |
route: @blog_post_redirect?id=%id% |
|---|
| 10 |
Company: |
|---|
| 11 |
route: @company_page?slug=%slug% |
|---|
| 12 |
Job: |
|---|
| 13 |
route: @job_page?slug=%slug% |
|---|
| 14 |
sfGuardUser: |
|---|
| 15 |
route: @person_page?username=%username% |
|---|