Skip to content

rails g scaffold not adding timestamps #187

@backward-crazy-mage-puppy-36

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

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