Sha256: eb4b0fc67f76a36fada339dafb0b207711514d49cebbf250f03c6b3c86961093

Contents?: true

Size: 451 Bytes

Versions: 199

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

199 entries across 199 versions & 1 rubygems

Version Path
bullet_train-1.15.0 app/models/team.rb
bullet_train-1.14.2 app/models/team.rb
bullet_train-1.14.1 app/models/team.rb
bullet_train-1.14.0 app/models/team.rb
bullet_train-1.13.0 app/models/team.rb
bullet_train-1.12.3 app/models/team.rb
bullet_train-1.12.2 app/models/team.rb
bullet_train-1.12.1 app/models/team.rb
bullet_train-1.12.0 app/models/team.rb
bullet_train-1.11.0 app/models/team.rb
bullet_train-1.10.0 app/models/team.rb
bullet_train-1.9.0 app/models/team.rb
bullet_train-1.8.5 app/models/team.rb
bullet_train-1.8.4 app/models/team.rb
bullet_train-1.8.3 app/models/team.rb
bullet_train-1.8.2 app/models/team.rb
bullet_train-1.8.1 app/models/team.rb
bullet_train-1.8.0 app/models/team.rb
bullet_train-1.7.23 app/models/team.rb
bullet_train-1.7.22 app/models/team.rb