Validate the length of the text fields in your model. In the View: <%= f.text_field :first_name, maxlength: 255, size: 30 %> ...
確定! 回上一頁