indent using spaces

This commit is contained in:
shlok007 2017-05-31 19:35:43 +05:30
parent b1fac33420
commit ae1f292719
4 changed files with 41 additions and 43 deletions

View file

@ -4,4 +4,4 @@ class Organization < ActiveRecord::Base
validates :name, presence: true
mount_uploader :picture, PictureUploader, mount_on: :picture
end
end