instance method
_partial_options?
Ruby on Rails 2.13.0
Since v2.6.4 Last seen in v2.14.1Signature
_partial_options?(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File lib/jbuilder/jbuilder_template.rb, line 233
def _partial_options?(options)
::Hash === options && options.key?(:as) && options.key?(:partial)
end
Defined in lib/jbuilder/jbuilder_template.rb line 233
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Object