jwhitley / requirejs-rails

RequireJS support for your Rails 3 or 4 application
MIT License
592 stars 202 forks source link

Error raised on requirejs_include_tags #266

Closed MateusJabour closed 5 years ago

MateusJabour commented 8 years ago

Hello,

In this line: <%= requirejs_include_tag 'application' %> , rails raised an error that says:

"no implicit conversion of String into Integer".

I really can't understand why, if you could help, it would be awesome.