Add slugs for Posts, Boards and OAuths (#321)

This commit is contained in:
Riccardo Graziosi
2024-04-05 18:23:31 +02:00
committed by GitHub
parent e887bca9cf
commit 09fb156a4e
30 changed files with 262 additions and 25 deletions

View File

@@ -44,6 +44,9 @@ gem 'kaminari', '1.2.2'
# DDoS protection
gem 'rack-attack', '6.7.0'
# Slugs
gem 'friendly_id', '5.5.1'
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]