Module: SimpleCrop::ActiveRecord::ClassMethods

Defined in:
lib/simple_crop/active_record/simple_crop.rb

Instance Method Summary collapse

Instance Method Details

#simple_cropObject



8
9
10
11
12
13
14
# File 'lib/simple_crop/active_record/simple_crop.rb', line 8

def simple_crop
  class_eval "    include SimpleCrop::ActiveRecord::InstanceMethods\n    before_save :simple_crop_reprocess\n    attr_accessor :simple_crop_x, :simple_crop_y, :simple_crop_h, :simple_crop_w, :simple_crop_style\n  EOV\nend\n"