Sha256: 281eea77a8425f8dc6fca563e5e9fe0db7c4e1f3c58e13b04ece00e1f9c12971
Contents?: true
Size: 389 Bytes
Versions: 3
Compression:
Stored size: 389 Bytes
Contents
# == Schema Information # # Table name: goldencobra_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 # module Goldencobra class Help < ActiveRecord::Base attr_accessible :title, :description, :url end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
goldencobra-1.2.0 | app/models/goldencobra/help.rb |
goldencobra-1.1.0 | app/models/goldencobra/help.rb |
goldencobra-1.0.9.3 | app/models/goldencobra/help.rb |