Module: SimpleCrop::ActiveRecord::ClassMethods
- Defined in:
- lib/simple_crop/active_record/simple_crop.rb
Instance Method Summary collapse
Instance Method Details
#simple_crop ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/simple_crop/active_record/simple_crop.rb', line 8 def simple_crop class_eval <<-EOV include SimpleCrop::ActiveRecord::InstanceMethods before_save :simple_crop_reprocess attr_accessor :simple_crop_x, :simple_crop_y, :simple_crop_h, :simple_crop_w, :simple_crop_style EOV end |