Sha256: d3d706bb6a5aca541ef1f54546fe0eb0ef07eb3df3c35112fafd1c32eae50e34
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
class Account < ActiveRecord::Base # Include all bento modules. Others available are: # :all, :validations, :user_accessors, :user_association, :user_accessors, :trial bento_account # Setup accessible (or protected) attributes for your model attr_accessible :name, :plan, :first_name, :last_name, :email, :password_confirmation, :password has_many :projects end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bento-0.0.1 | spec/rails_app/app/models/account.rb |