Sha256: 8ac354b1efb149a68562fc490a282429169234164b64210bf2106457ee72e71f
Contents?: true
Size: 170 Bytes
Versions: 11
Compression:
Stored size: 170 Bytes
Contents
class ResizeApiKeyField < ActiveRecord::Migration def change unless defined?(User) change_column :spree_users, :api_key, :string, limit: 48 end end end
Version data entries
11 entries across 11 versions & 1 rubygems