Sha256: a753a6c6b3c329aeb418f47fc40d74fa88eae5c717a483651a21a1dd2f68af87
Contents?: true
Size: 249 Bytes
Versions: 11
Compression:
Stored size: 249 Bytes
Contents
class AddFieldsToNode < ActiveRecord::Migration[5.2] def change if "Alchemy::Node".safe_constantize add_column :alchemy_nodes, :custom_model_klass, :string add_column :alchemy_nodes, :custom_model_method, :string end end end
Version data entries
11 entries across 11 versions & 1 rubygems