Class: Status

Inherits:
ApplicationRecord show all
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_sObject



16
17
18
# File 'app/models/status.rb', line 16

def to_s
  title
end