We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68641aa commit 9a94e58Copy full SHA for 9a94e58
lib/jbuilder/jbuilder_template.rb
@@ -150,7 +150,7 @@ def _render_partial_with_options(options)
150
if options.has_key?(:layout)
151
::Kernel.raise ::NotImplementedError, "The `:layout' option is not supported in collection rendering."
152
end
153
-
+
154
if options.has_key?(:spacer_template)
155
::Kernel.raise ::NotImplementedError, "The `:spacer_template' option is not supported in collection rendering."
156
0 commit comments