Sha256: eee159328d17d849939381fbf89a4f74af38f1a519540ef9421d38d272673dd3
Contents?: true
Size: 192 Bytes
Versions: 5
Compression:
Stored size: 192 Bytes
Contents
class NodeSettingTypecasting < ActiveRecord::Migration def up add_column :node_settings, :value_klass, :string end def down remove_column :node_settings, :value_klass end end
Version data entries
5 entries across 5 versions & 1 rubygems