Infogroep / lanparty-website

Website die gebruikt wordt tijdens de jaarlijkse lanparty
2 stars 3 forks source link

rendering create form on index for users without permissions #17

Closed RoelandMatthijssens closed 10 years ago

RoelandMatthijssens commented 10 years ago

When a user goes to ~/orders/new and he has no :order_processing access the view renders a create page.

The controller of ~/orders/new should redirect the user to the ~/orders/create controller, with the proper parameters filled in, instead.