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