Skip to content

rails g scaffold not adding timestamps #187

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions