module PaperCropper

Custom migration data type Based on papercli schema.rb from: github.com/thoughtbot/paperclip => /lib/paperclip/schema.rb

Constants

VERSION

Public Class Methods

log(text) click to toggle source

Paperclip log wrapper

# File lib/paper_cropper/logger.rb, line 3
def self.log(text)
  Paperclip.log(text)
end