instance method
strict_locals?
Ruby on Rails 7.1.6
Since v7.1.6Signature
strict_locals?()
Returns whether a template is using strict locals.
Source
# File actionview/lib/action_view/template.rb, line 357
def strict_locals?
strict_locals!
end
Defined in actionview/lib/action_view/template.rb line 357
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Template