Class: Group
Overview
class Group < ActiveRecord::Base
Instance Method Summary collapse
Methods inherited from Party
Instance Method Details
#includes?(user) ⇒ Boolean
13 14 15 |
# File 'app/models/group.rb', line 13 def includes?(user) return users.include?(user) end |