TalentBox / sequel-rails

A gem for using Sequel with Rails 5.x, 6.x, 7.x, 8.x
http://talentbox.github.io/sequel-rails/
MIT License
326 stars 81 forks source link

rails g scaffold not adding timestamps #187

Open backward-crazy-mage-puppy-36 opened 2 years ago

backward-crazy-mage-puppy-36 commented 2 years ago

rails g scaffold is not adding created_at, updated_at timestamps.

config/application.rb has been updated with config.sequel.after_connect = proc do Sequel::Model.plugin :timestamps, update_on_create: true end

rails -v 7.0.2.3, ruby -v 3.1.2