Sha256: 50a0cd263c0523773cbed7686ace3eafd9bca35ffa59296576995ebae62e7c4e
Contents?: true
Size: 252 Bytes
Versions: 23
Compression:
Stored size: 252 Bytes
Contents
class User < ActiveRecord::Base structure do name Object.new # Testing creating from an unknown class email "somebody@somewhere.com" encrypted_password :limit => 48 password_salt :limit => 42 end end
Version data entries
23 entries across 23 versions & 1 rubygems