20160803230644_add_img_pointsale_column_into_pointsale.rb 136 B

12345
  1. class AddImgPointsaleColumnIntoPointsale < ActiveRecord::Migration
  2. def change
  3. add_attachment :pointsales, :img_pointsale
  4. end
  5. end