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