method
new
v5.2.3 -
Show latest stable
- Class:
ActionView::FixtureResolver
new(hash = {}, pattern = nil)public
No documentation available.
# File actionview/lib/action_view/testing/resolvers.rb, line 13
def initialize(hash = {}, pattern = nil)
super(pattern)
@hash = hash
end