module Thumbnail

Public Instance Methods

crop_image() click to toggle source
# File lib/buweb/concerns/thumbnail.rb, line 9
def crop_image
  image.recreate_versions! if crop_x.present?
end