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