Commit Graph

4 Commits

Author SHA1 Message Date
Georg Gadinger 434d176ebe appease the Cyber Canine 9000 2022-07-23 12:19:47 +02:00
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
nilsding 7bfa5132dd added link to the reported object 2014-12-28 20:05:30 +01:00
pixeldesu 2107ec6270 init moderation controller 2014-12-25 23:00:33 +01:00