fbonetti / elm-rails

View helpers for incorporating Elm modules into Rails views
MIT License
75 stars 20 forks source link

Installation #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Slight nitpick, you need to "require" elm_modules in application.js

Just need to edit the documenation from //= elm_modules to -> //= require elm_modules

Thanks for the gem!

fbonetti commented 8 years ago

Thanks for letting me know! I fixed the readme.