Retrospring/app/models
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
..
answer
appendable Fix `CommentSmile` notification type not being returned 2022-07-22 16:52:42 +02:00
concerns
list
notification Appease the dog overlords 2022-07-22 16:52:42 +02:00
question
relationships Make notifications relation polymorphic 2022-07-22 16:52:42 +02:00
reports
services
user
.keep
announcement.rb
anonymous_block.rb
answer.rb Make notifications relation polymorphic 2022-07-22 16:52:42 +02:00
appendable.rb
application_record.rb
comment.rb Make notifications relation polymorphic 2022-07-22 16:52:42 +02:00
inbox.rb
list.rb
list_member.rb
mute_rule.rb
notification.rb Replace options hash with keyword arguments 2022-07-22 16:52:42 +02:00
profile.rb
question.rb
relationship.rb
report.rb Remove `ModerationComment` model, relations and methods 2022-07-19 11:17:45 +02:00
role.rb
service.rb
subscription.rb
theme.rb
totp_recovery_code.rb
user.rb clean up routes 2022-07-23 12:14:06 +02:00
user_ban.rb