retrospring/app
Georg Gadinger 66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
..
controllers Appease the dog overlords 2022-07-22 16:52:42 +02:00
helpers clean up routes 2022-07-23 12:14:06 +02:00
javascript Appease the dog overlords 2022-07-20 21:46:41 +02:00
mailers Fix text, add more templates 2015-07-21 23:50:54 +05:30
models clean up routes 2022-07-23 12:14:06 +02:00
services clean up routes 2022-07-23 12:14:06 +02:00
uploaders Fix invalid paths for original size images 2022-07-16 15:58:30 +02:00
validators Make forbidden screen names configurable 2022-07-23 09:11:32 +02:00
views clean up routes 2022-07-23 12:14:06 +02:00
workers Fix lint errors 2022-07-17 10:05:20 +02:00