Sha256: 67c17c026073ab2e43c9e1498e422441aedb35d108c30cac80397ebf2a2ca574
Contents?: true
Size: 214 Bytes
Versions: 35
Compression:
Stored size: 214 Bytes
Contents
class AddProtectedFieldAndRestrictedFieldToFieldTests < ActiveRecord::Migration def change add_column :field_tests, :restricted_field, :string add_column :field_tests, :protected_field, :string end end
Version data entries
35 entries across 35 versions & 6 rubygems