Class: Status
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Status
- Defined in:
- app/models/status.rb
Overview
Schema Information
Table name: statuses
id :integer not null, primary key
title :string
created_at :datetime
updated_at :datetime
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
16 17 18 |
# File 'app/models/status.rb', line 16 def to_s title end |