Sha256: 5c7e3145b77f440107f2d48b67cef9ff1f15d11db368003eddc7b1bf8afe378c
Contents?: true
Size: 300 Bytes
Versions: 72
Compression:
Stored size: 300 Bytes
Contents
class ReoraganizeSnippetHtmlFields < ActiveRecord::Migration def change rename_column :snippets, :html_title, :allow_html_in_title rename_column :snippets, :html_content, :editor_for_content add_column :snippets, :allow_html_in_content, :boolean, after: 'allow_html_in_title' end end
Version data entries
72 entries across 72 versions & 1 rubygems