Skip to content

Conversation

nud
Copy link
Contributor

@nud nud commented Mar 4, 2025

The model specifies a max length of 160 for the title column, but the form template specified a max length of 100 for the title field.

Indeed, if you look in db/schema.rb you'll find:

t.string "title", limit: 160, null: false

See https://linuxfr.org/users/tkr/liens/on-peut-tres-bien-vivre-sans-telephone-portable-comment-s-adaptent-ces-francais-qui-ont-delaiss#comment-1985307

The model specifies a max length of 160 for the title column, but the
form template specified a max length of 100 for the title field.

Indeed, if you look in db/schema.rb you'll find:

    t.string "title", limit: 160, null: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant