Class: Help
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Help
- Defined in:
- app/models/help.rb
Overview
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