mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
remove accidental raise!
This commit is contained in:
parent
e4dac4750d
commit
02fc45a057
1 changed files with 0 additions and 1 deletions
|
@ -568,7 +568,6 @@ class Fixtures
|
|||
attr_reader :table_name, :name, :fixtures, :model_class
|
||||
|
||||
def initialize(connection, table_name, class_name, fixture_path, file_filter = DEFAULT_FILTER_RE)
|
||||
raise if file_filter != DEFAULT_FILTER_RE
|
||||
@connection = connection
|
||||
@table_name = table_name
|
||||
@fixture_path = fixture_path
|
||||
|
|
Loading…
Reference in a new issue