Sha256: 4953f2d98a795849095f45564b772002620a15b8fd3875e7323cfe4fd470facc
Contents?: true
Size: 176 Bytes
Versions: 20
Compression:
Stored size: 176 Bytes
Contents
class <%= model_class_name %> < ActiveRecord::Base acts_as_authentic do |c| c.login_field = :email c.crypted_password_field = :crypted_password end end
Version data entries
20 entries across 11 versions & 1 rubygems