Class: Group

Inherits:
ActiveRecord::Base
  • Object
show all
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_sObject



15
16
17
# File 'app/models/group.rb', line 15

def to_s
  title
end