Closed martinezcoder closed 9 years ago
I have upgrade to 0.4.0, but
This line of code in my API controller:
formatter :json, Grape::Formatter::Rabl
Is returning now this error:
uninitialized constant Grape::Formatter::Rabl (NameError)
When is this fix released? I see that the ruby gems version is behind the version of master.
I just cut a release @nysthee, sorry for the wait.
Thanks! :ok_hand:
:ok_hand: thanks!
I have upgrade to 0.4.0, but
This line of code in my API controller:
Is returning now this error: