SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
714 stars 108 forks source link

Updates Index and DeleteAll so that plugs won't fire twice w/ BONUS bug fix. #146

Closed jeremyabbott closed 5 years ago

jeremyabbott commented 5 years ago

Adds test to verify behavior for DeleteAll changes.

Also fixes bug where plug was not fired when plug [All] was added to controller CE with delete_all action provided.

jeremyabbott commented 5 years ago

@Krzysztof-Cieslak my previous PR needed a little extra TLC. Added a couple of extra tests and fixed a bug.