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