Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multipart: true in forms. #1192

Closed
wout opened this issue Jun 18, 2020 · 1 comment · Fixed by #1200
Closed

Allow multipart: true in forms. #1192

wout opened this issue Jun 18, 2020 · 1 comment · Fixed by #1200

Comments

@wout
Copy link
Contributor

wout commented Jun 18, 2020

Currently, we need to:

form_for Profile::Create, enctype: "multipart/form-data"

Nicer would be:

form_for Profile::Create, multipart: true
@paulcsmith
Copy link
Member

That sounds like a nice optimization. I think this would be great to have 👍

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 a pull request may close this issue.

2 participants