20160114145005_add_unzip_to_templates.rb 145 Bytes Raw Blame History Permalink 1 2 3 4 5 class AddUnzipToTemplates < ActiveRecord::Migration def change add_column :kanjai_templates, :unzip, :boolean, :default => false end end