This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module ImageHelpers | |
def fixture_file(path) | |
File.open(path) | |
end | |
end | |
module Paperclip | |
class Geometry | |
def self.from_file file | |
parse("100x100") |