Sha256: c22e0323868d230eae78ac5cf0f02a90c70894c2d8a47c38662afbba6fbbacc4
Contents?: true
Size: 396 Bytes
Versions: 5
Compression:
Stored size: 396 Bytes
Contents
class <%= class_name %> < ::Scrivito::Migration def up # get_obj_class('Test') # create_obj_class(name: 'Test', type: :publication, attributes: []) # update_obj_class('Test', title: 'Test Title') # add_attribute_to('Test', { name: 'test', type: 'string' }) # update_attribute_for('Test', 'test', { title: 'New Title' }) # delete_attribute_from('Test', 'test') end end
Version data entries
5 entries across 5 versions & 1 rubygems