plutus
plutus copied to clipboard
fixes rails 7.1 deprecation for ActiveRecord.default_timezone
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
@mbulat Any chance of getting this merged?