Sha256: 6ec060c43aeed60a38683d42b560986c2acadbcd28db4c856616bef52b02a0f1
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
class Site < ActiveRecord::Base # Include all bento modules. Others available are: # :all, :validations, :user_accessors, :user_association, :user_accessors, :trial bento :all # Setup accessible (or protected) attributes for your model attr_accessible :name, :first_name, :last_name, :email, :password_confirmation, :password end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bento-0.0.3 | spec/rails_app/app/models/site.rb |
bento-0.0.2 | spec/rails_app/app/models/site.rb |