Sha256: 0f94356263da61bde369ba73ff50423f9cc3417b1c214955c089a7844fcdcbd7
Contents?: true
Size: 155 Bytes
Versions: 199
Compression:
Stored size: 155 Bytes
Contents
class AddCkeditorValueToScaffoldingThings < ActiveRecord::Migration[6.0] def change add_column :scaffolding_things, :ckeditor_value, :text end end
Version data entries
199 entries across 199 versions & 2 rubygems