Sha256: ac048440ab826f20321ae83f84e3898155ee0df9d657283c64235007c6aa718a
Contents?: true
Size: 229 Bytes
Versions: 52
Compression:
Stored size: 229 Bytes
Contents
class User < ActiveRecord::Base attr_accessible :email, :password, :password_confirmation, :authentications_attributes has_many :authentications, :dependent => :destroy accepts_nested_attributes_for :authentications end
Version data entries
52 entries across 31 versions & 1 rubygems