ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
209 stars 51 forks source link

Can't find Rabl in initializer #12

Closed Breefield closed 11 years ago

Breefield commented 11 years ago

I'm getting:

uninitialized constant Rabl
...app/config/initializers/rabl.rb:1:in `<top (required)>'

The initializer in question starts off with

Rabl.configure do |config|

Not sure how exactly I need to reference

Breefield commented 11 years ago

Sorry I'm a fool, read the docs.