lib/generators/manifest/install/templates/create_content_blocks.rb in manifest-rails-0.0.4 vs lib/generators/manifest/install/templates/create_content_blocks.rb in manifest-rails-0.1.0
- old
+ new
@@ -3,10 +3,10 @@
create_table :content_blocks do |t|
t.string :title
t.string :slug
t.text :content
t.integer :page_id
- t.boolean :allow_html, default: true
+ t.boolean :allow_html, default: false
t.timestamps
end
end
end