kuyio / bloak

Bloak is a markdown blog engine for Ruby on Rails
MIT License
35 stars 3 forks source link

fix image upload when there's a form error #5

Closed nerijunior closed 3 months ago

nerijunior commented 3 months ago

Minor issue.

When you try to upload an image with any empty form field it will cause and error when rendering :new again because the image is not persisted but it has an attached file.

nicbet commented 3 months ago

Thanks for the PR @nerijunior!