Skip to content

Commit 4eea2d6

Browse files
committed
fixed css include tage
1 parent d958a88 commit 4eea2d6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

spec/dummy/app/controllers/example_controller.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ def page
55
responder_for(ExamplePage)
66
end
77

8-
def turbolinks
9-
responder_for(ExamplePage, {options: 'turbolinks'})
10-
end
11-
128
end

spec/dummy/app/views/layouts/application_with_turbolinks.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<%= csp_meta_tag %>
77

88
<%= stylesheet_link_tag 'application', media: 'all' %>
9-
<%= javascript_include_tag 'application_with_turbolinks' %>
9+
<%= javascript_include_tag 'application' %>
1010
</head>
1111

1212
<body>

0 commit comments

Comments
 (0)