Sha256: 8458e0bd04a7320b0a93b2186e9b41c5ea3f41f925639ea40957693252348ffd
Contents?: true
Size: 335 Bytes
Versions: 25
Compression:
Stored size: 335 Bytes
Contents
class AddCroppingToSpudMedia < ActiveRecord::Migration def change add_column :spud_media, :crop_x, :int, :default => 0 add_column :spud_media, :crop_y, :int, :default => 0 add_column :spud_media, :crop_w, :int add_column :spud_media, :crop_h, :int add_column :spud_media, :crop_s, :int, :default => 100 end end
Version data entries
25 entries across 25 versions & 2 rubygems