20150320192318_create_sashes.rb 127 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 class CreateSashes < ActiveRecord::Migration def change create_table :sashes do |t| t.timestamps end end end