diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-11-03 21:38:19 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-11-03 21:38:19 +0900 |
commit | 1812240f1ac28ef8e2e399d38548255328580b52 (patch) | |
tree | 98a62c2ae0b102bbec4763b1fd11db2ae48af35d /actionmailer/test/fixtures/templates | |
parent | 19f0f140746bfae588f145fcd89df1c8f6df3910 (diff) | |
download | rails-1812240f1ac28ef8e2e399d38548255328580b52.tar.gz rails-1812240f1ac28ef8e2e399d38548255328580b52.tar.bz2 rails-1812240f1ac28ef8e2e399d38548255328580b52.zip |
Don't pass unused `connection` to `FixtureSet.new`
The `@connection` is no longer used since ee5ab22.
Originally the `@connection` was useless because it is only used in
`timestamp_column_names`, which is only used if `model_class` is given.
If `model_class` is given, the `@connection` is always
`model_class.connection`.
Diffstat (limited to 'actionmailer/test/fixtures/templates')
0 files changed, 0 insertions, 0 deletions