Sha256: 0613a4e1be1bd6f2ce4813a1da8ead5a8c1e8dde9601254435eebaf6d58255a4
Contents?: true
Size: 485 Bytes
Versions: 3
Compression:
Stored size: 485 Bytes
Contents
# == Schema Information # # Table name: vita # # id :integer not null, primary key # loggable_id :integer # loggable_type :string(255) # user_id :integer # title :string(255) # description :text # created_at :datetime not null # updated_at :datetime not null # class Vita < ActiveRecord::Base belongs_to :loggable, :polymorphic => true attr_accessible :description, :title, :user_id acts_as_taggable_on :tags end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rdcms-1.0.28 | app/models/vita.rb |
rdcms-1.0.27 | app/models/vita.rb |
rdcms-1.0.26 | app/models/vita.rb |