Sha256: eb4b0fc67f76a36fada339dafb0b207711514d49cebbf250f03c6b3c86961093

Contents?: true

Size: 451 Bytes

Versions: 190

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

190 entries across 190 versions & 1 rubygems

Version Path
bullet_train-1.4.1 app/models/team.rb
bullet_train-1.4.0 app/models/team.rb
bullet_train-1.3.25 app/models/team.rb
bullet_train-1.3.24 app/models/team.rb
bullet_train-1.3.23 app/models/team.rb
bullet_train-1.3.22 app/models/team.rb
bullet_train-1.3.21 app/models/team.rb
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