plutus icon indicating copy to clipboard operation
plutus copied to clipboard

fixes rails 7.1 deprecation for ActiveRecord.default_timezone

Open ch000 opened this issue 3 years ago • 1 comments

With Rails 7 we get deprecation warnings for creating new plutus entries:

DEPRECATION WARNING: ActiveRecord::Base.default_timezone is deprecated and will be removed in Rails 7.1.
Use `ActiveRecord.default_timezone` instead.

got this fix from activerecord-import https://github.com/zdennis/activerecord-import/pull/752/files

ch000 avatar Jan 28 '22 12:01 ch000

@mbulat Any chance of getting this merged?

PatrickMcSweeny avatar Mar 02 '22 23:03 PatrickMcSweeny