ghiobi / tally-ticketsystem

Making Expensing Better Than Great Again
MIT License
1 stars 0 forks source link

Extract verification of the current authenticated user if it's part of the current organization in the class FeedbackBelongstoUser, #69

Closed ghiobi closed 5 years ago

ghiobi commented 5 years ago

Extract verification of the current authenticated user if it's part of the current organization in the class FeedbackBelongstoUser. This should be done in a higher up middleware.

TODO: Refactor FeedbackBelongstoUser and add it to the Organization middleware.