render_turbo_stream 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d80450526b8d61b7b52a5566dcb3f465ec4d8e4e839da020aa1ccd9d0fe4c73
|
4
|
+
data.tar.gz: ce2e567399846523a94eb536381c2ecc6a892b240d1e1a70b75752578f2c38c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41d5b6c4de716921923ea9a3d1646f6f10aafb81105ecf771b8460ea9aed53945c3b4829fd6714187b3ad5682ed551b5d8bdad1e85469b91cbeb9d4b3624a37d
|
7
|
+
data.tar.gz: 9676c90db8623aeb8979ce63a824b2614086fa8137105ccbd49f8173304941027d3c6f4dff8ee0d26b78cd1fa0c819627bc51c34e8ec4d2f1ce7a9abfb9957aa
|
@@ -108,7 +108,7 @@ module RenderTurboStream
|
|
108
108
|
#== render
|
109
109
|
|
110
110
|
views_folder = Pathname.new(Bundler.rubygems.find_name('render_turbo_stream').first.full_gem_path).join('views')
|
111
|
-
suffix = (request.format.to_sym == :html ? '.html.erb' : '.turbo_stream.erb')
|
111
|
+
suffix = (request.format.to_sym == :html ? '.html.erb' : '.turbo_stream.html.erb')
|
112
112
|
|
113
113
|
if save_action && redirect_on_success_to
|
114
114
|
flash[:notice] = messages.to_a + add_flash_notices.to_a
|