Commit ffafa01
committed
Make the bookmark title field length consistent with the model
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: false1 parent 73ecdfa commit ffafa01
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments