ruby-grape / grape-rabl

Use rabl with grape
MIT License
136 stars 29 forks source link

uninitialized constant Grape::Formatter::Rabl #39

Closed martinezcoder closed 9 years ago

martinezcoder commented 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)
nysthee commented 9 years ago

When is this fix released? I see that the ruby gems version is behind the version of master.

dblock commented 9 years ago

I just cut a release @nysthee, sorry for the wait.

nysthee commented 9 years ago

Thanks! :ok_hand:

martinezcoder commented 9 years ago

:ok_hand: thanks!