Sha256: eb4b0fc67f76a36fada339dafb0b207711514d49cebbf250f03c6b3c86961093

Contents?: true

Size: 451 Bytes

Versions: 203

Compression:

Stored size: 451 Bytes

Contents

class Team < ApplicationRecord
  include Teams::Base
  # include Webhooks::Outgoing::TeamSupport
  # 🚅 add concerns above.

  # 🚅 add belongs_to associations above.

  # 🚅 add has_many associations above.

  # 🚅 add oauth providers above.

  # 🚅 add has_one associations above.

  # 🚅 add scopes above.

  # 🚅 add validations above.

  # 🚅 add callbacks above.

  # 🚅 add delegations above.

  # 🚅 add methods above.
end

Version data entries

203 entries across 203 versions & 1 rubygems

Version Path
bullet_train-1.3.20 app/models/team.rb
bullet_train-1.3.19 app/models/team.rb
bullet_train-1.3.18 app/models/team.rb
bullet_train-1.3.17 app/models/team.rb
bullet_train-1.3.16 app/models/team.rb
bullet_train-1.3.15 app/models/team.rb
bullet_train-1.3.14 app/models/team.rb
bullet_train-1.3.13 app/models/team.rb
bullet_train-1.3.12 app/models/team.rb
bullet_train-1.3.11 app/models/team.rb
bullet_train-1.3.10 app/models/team.rb
bullet_train-1.3.9 app/models/team.rb
bullet_train-1.3.8 app/models/team.rb
bullet_train-1.3.7 app/models/team.rb
bullet_train-1.3.6 app/models/team.rb
bullet_train-1.3.5 app/models/team.rb
bullet_train-1.3.4 app/models/team.rb
bullet_train-1.3.3 app/models/team.rb
bullet_train-1.3.2 app/models/team.rb
bullet_train-1.3.1 app/models/team.rb