Skip to content

Commit

Permalink
don't set the password field type to password as this is not a expect…
Browse files Browse the repository at this point in the history
…ed attribute type and will raise error since Rails 7
  • Loading branch information
lsylvester committed Oct 14, 2023
1 parent a9e4a43 commit 4655cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/integration-template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run_bundle
formtastic = -> do
generate(:scaffold, 'user name:string password:digest')
generate('formtastic:install')
generate('formtastic:form', 'user name password:password --force')
generate('formtastic:form', 'user name password --force')

rails_command('db:migrate')

Expand Down

0 comments on commit 4655cd8

Please sign in to comment.