Sha256: c209ef2b4d8b44aced7a55952a2fa9da907c72f62213f71b4dd938f938791aa0
Contents?: true
Size: 124 Bytes
Versions: 1
Compression:
Stored size: 124 Bytes
Contents
class <%= class_name %> < ActiveRecord::Base acts_as_authentic def is_admin? self.admin ? true : false end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
humpyard-0.0.1 | lib/generators/humpyard/auth/templates/authlogic/models/user.rb |