ActionView::Template::Error (undefined method `image_url' for #<ActionView::Helpers::FormBuilder:0x00007f921c2ac9b0>)
问题 I'm using the shrine gem in form object, I want to clip images, so, I followed https://github.com/shrinerb/shrine/wiki/Image-Cropping, but, happed above error, I think that it seems to be don't recognize photos models views <%= form_with model: @blog_form , url: user_blogs_path ,local: true do |f| %> <div class="field"> <% f.label :title %> <%= f.text_field :title %> </div> <div class="field"> <% f.label :content %> <%= f.text_area :content %> </div> <div class="field"> <% f.label :user_id %>