Sha256: ea42bf90a2075e72273ec4d3b1419d5e231edf0210a656b51fd07734b42681b2
Contents?: true
Size: 348 Bytes
Versions: 3
Compression:
Stored size: 348 Bytes
Contents
# == Schema Information # # Table name: helps # # id :integer not null, primary key # title :string(255) # description :text # url :string(255) # created_at :datetime not null # updated_at :datetime not null # class Help < ActiveRecord::Base attr_accessible :title, :description, :url end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rdcms-1.0.28 | app/models/help.rb |
rdcms-1.0.27 | app/models/help.rb |
rdcms-1.0.26 | app/models/help.rb |