Sha256: 777cb0e86f582b1df954bb86d793792de22b9a4e130200c028c1339be9a3aafa
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
require 'tempfile' require 'active_record' require 'technoweenie/attachment_fu' require 'technoweenie/attachment_fu/geometry' ActiveRecord::Base.send(:extend, Technoweenie::AttachmentFu::ActMethods) Technoweenie::AttachmentFu.tempfile_path = ATTACHMENT_FU_TEMPFILE_PATH if Object.const_defined?(:ATTACHMENT_FU_TEMPFILE_PATH) FileUtils.mkdir_p Technoweenie::AttachmentFu.tempfile_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attachment_zen-1.0.1 | lib/attachment_fu.rb |