Incredible Moment Elephant Swings Crocodile Biting Its Tail

<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>

Showing C:/Sites/myapp/app/views/layouts/application.html.erb where line #8 raised:
TypeError: Object doesn't support this property or method
Extracted source (around line #8):
6
7
8
9
10
11
              
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
</head>
<body>



You can fix that!
Go to folder assets then open application.js file to enable turbolinks
as picture bellow.


Comments

Post a Comment