module SimpleForm
make attachment_field behave like a normal input type so we get nice wrapper and labels <%= f.input :cover_image, as: :attachment, direct: true, presigned: true %>
make attachment_field behave like a normal input type so we get nice wrapper and labels <%= f.input :cover_image, as: :attachment, direct: true, presigned: true %>