Closed haslinger closed 9 years ago
This was caused by my PR #147
I mistakenly assumed that HoboModel#user_new was just like ActiveModel#new but with the addition of a call to set_creator() .
I now see that it also invokes user_view for some reason.
I will submit another PR to fix this.
Cool, thank you, sounds right to me, I will check on sunday it that would fix it for my app...
I just wanted to confirm, that it's fixed also for my app. Thank you, @stevemadere and @iox for fixing so fast!
Nice! :+1:
I'm quite sure, that there is a regression in the latest changes to the creator actions. I have the latest github version checked out:
and suddenly in the creation method call get
whereas in Hobo 2.1.1 it's still working fine. I have to extend view permissions to
which is fine for me, but I assume, it will break some people's code...