petruki / rails-coffee-app

Simple CRUD Rails app
0 stars 0 forks source link

Pricing operations should not be included inside the Product domain #8

Open petruki opened 3 years ago

petruki commented 3 years ago

Pricing CRUD operations as being executed inside the Product controller and should be segregated into separated controllers each.

petruki commented 3 years ago

This issue can also be related to R5. The operations over PricingUnit/Portion will be moved to its controllers at some point.