But when is Category saved from front-end html form. It doesn't work, and return me, that file attribute is blank. My form:
= simple_nested_form_for @category, html: { class: "form-horizontal" } do |f|
= render 'shared/error_messages', object: @category