My Images

Upload New Image

<%= simple_form_for [@current_user, @images.new] do |f| %> <%= f.input :user_id, as: :hidden %> <%= f.input :image, as: :file %> <%= f.submit %> <% end %>