You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
Hello!
I have just installed requirejs-rails and i have a problem with view helper requirejs_include_tag. Basically, when i'm trying to use it in my layout file, i'm getting:
undefined method `requirejs_include_tag' for #<#Class:0x007f971db14390:0x007f971fbe25b8>
All i've done was add a gem, bundle install and server restart. The only abnormal thing that comes to my mind is the fact that this layout file belongs to mountable engine.
Rails 4.2.1
requirejs-rails master
ruby 2.2.1
Any help much appreciated.
The text was updated successfully, but these errors were encountered:
Hello!
I have just installed requirejs-rails and i have a problem with view helper
requirejs_include_tag
. Basically, when i'm trying to use it in my layout file, i'm getting:All i've done was add a gem, bundle install and server restart. The only abnormal thing that comes to my mind is the fact that this layout file belongs to mountable engine.
Any help much appreciated.
The text was updated successfully, but these errors were encountered: