We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2186eb commit 697f643Copy full SHA for 697f643
lib/phlex/rails/unbuffered.rb
@@ -25,7 +25,7 @@ def method_missing(name, ...)
25
@object.public_send(name, *a, **k) do |*aa|
26
if aa.length == 1 && Phlex::SGML === aa[0]
27
@object.helpers.capture(
28
- Phlex::Rails::Unbuffered.new(aa[0]),
+ ::Phlex::Rails::Unbuffered.new(aa[0]),
29
&b
30
)
31
else
0 commit comments