Skip to content

Instantly share code, notes, and snippets.

View azizmashkour's full-sized avatar

Elhaj-Mashkour azizmashkour

View GitHub Profile
@azizmashkour
azizmashkour / _form.html.erb
Created December 19, 2017 14:25 — forked from gilcierweb/_form.html.erb
Upload image crop with Ruby and Rails, CarrierWave and Cropper.js
#app/views/businesses/_form.html.erb
<%= form_with(model: business, scope: :business, local: true, :html => {multipart: true}) do |form| %>
<div class="row">
<div class="col-md-12">
<%= form.file_field :logo_image, id: :business_logo_image %>
<%= form.label :logo_image, class: 'upload' do %>
<i class="material-icons">file_upload</i>
<span>Choose image</span>