Eddy::Rails
Rails integration for Eddy.
Installation
Add this line to your application's Gemfile:
gem "eddy"
gem "eddy-rails"
Next, you need to copy & run the migration:
$ rails eddy:install # This will do both
Then, optionally, generate an initializer file:
$ rails generate eddy:initializer # This will do both