mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
the lookup context looks in the cwd, so prefix isn't necessary
This commit is contained in:
parent
3d7892d4d5
commit
db9ef08a8d
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ class FixtureFinder < ActionView::LookupContext
|
|||
FIXTURES_DIR = "#{File.dirname(__FILE__)}/../fixtures/digestor"
|
||||
|
||||
def initialize(details = {})
|
||||
prefixes = [FixtureFinder::FIXTURES_DIR]
|
||||
super(ActionView::PathSet.new(['digestor']), details, prefixes)
|
||||
super(ActionView::PathSet.new(['digestor']), details, [])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue