Sha256: adb33eced0f287aec71aaa35a2b80d9f1023137511608158cc28a3aa6c96acfa

Contents?: true

Size: 245 Bytes

Versions: 7

Compression:

Stored size: 245 Bytes

Contents

class User < ActiveRecord::Base
  structure do
    name               nil # Testing creating from an unknown class
    email              "somebody@somewhere.com"
    encrypted_password :limit => 48
    password_salt      :limit => 42
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
migrant-1.5.0 test/rails_app/app/models/user.rb
migrant-1.4.3 test/rails_app/app/models/user.rb
migrant-1.4.1 test/rails_app/app/models/user.rb
migrant-1.4.0 test/rails_app/app/models/user.rb
migrant-1.3.2 test/rails_app/app/models/user.rb
migrant-1.3.1 test/rails_app/app/models/user.rb
migrant-1.3.0 test/rails_app/app/models/user.rb