d1chiqua / expertiza

Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
http://wiki.expertiza.ncsu.edu/index.php/Expertiza_documentation
MIT License
1 stars 0 forks source link

Decouple Authorization Logic from ReviewBidsController #70

Open d1chiqua opened 1 week ago

d1chiqua commented 1 week ago

As a developer, I want to decouple authorization logic from the controller so that the code adheres to the Single Responsibility Principle.

Tasks

Acceptance Criteria

d1chiqua commented 6 days ago

https://staging.rubyvideo.dev/talks/access-denied-the-missing-guide-to-authorization-in-rails

d1chiqua commented 6 days ago

https://guides.rubyonrails.org/layouts_and_rendering.html

d1chiqua commented 6 days ago

https://guides.rubyonrails.org/action_controller_overview.html