nicolasbeauvais / Walrus

Walrus Framework - Certainly not that big whatever factory.
https://walrus.herokuapp.com
MIT License
46 stars 6 forks source link

change return of check method (in WalrusForm) #45

Closed babaorum closed 10 years ago

babaorum commented 10 years ago

change return of check method, actually the method never return true if we don't give a controller and a method arguments. by separating the if we could use this method to simply check the form in a if statement.

nicolasbeauvais commented 10 years ago

I will take a look on this, just give me one or two hour max.

Regards.

nicolasbeauvais commented 10 years ago

It's fixed 990478a302263ab591c61d2620325ac5b1de12b6. Returning true on success was indeed the expected behavior for this function.

Thanks for the bug report.

Regards