class method
self.new
Ruby on Rails 7.2.3
Since v3.0.20Signature
self.new(hash = {})
No documentation comment.
Parameters
-
hashopt = {}
Source
# File actionview/lib/action_view/testing/resolvers.rb, line 11
def initialize(hash = {})
super("")
@hash = hash
@path = ""
end
Defined in actionview/lib/action_view/testing/resolvers.rb line 11
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::FixtureResolver