Retrospring/app/services
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
..
flavored_markdown.rb clean up routes 2022-07-23 12:14:06 +02:00
question_markdown.rb QuestionMarkdown adjustments 2022-01-16 22:33:48 +01:00
shared_markers.rb Prevent text in links from being double-escaped 2022-07-16 15:57:32 +02:00
twittered_markdown.rb Use `gsub` instead of `gsub!` to not modify frozen literals 2022-01-16 22:33:48 +01:00