GitClassic
Feed
Explore
Random
Go Pro
Sign in
obafemitayor
/
newsletter-subscription-application
Code
/
Commits
/ 8160f3f
Added implementation for the Controller layer. Also added adequetate test coverage for the endpoints in the controllers
Omotayo Obafemi
committed on Apr 3, 2025, 11:02 PM
Showing
5
changed files
+359 additions
-2 deletions
A
api/app/controllers/v1/categories_controller.rb
+10
A
api/app/controllers/v1/subscriptions_controller.rb
+65
M
api/config/routes.rb
+4
-2
A
api/spec/controllers/v1/categories_controller_spec.rb
+24
A
api/spec/controllers/v1/subscriptions_controller_spec.rb
+256
Browse files at this commit โ