Sha256: 507e8f6f30c616dbacbf5f26794b06ac489826176e22b0c18f34dde5caf4055c

Contents?: true

Size: 664 Bytes

Versions: 54

Compression:

Stored size: 664 Bytes

Contents

# This is a default implementation of this file that we supply to help with gem tests.
# The version from the starter repo will take precedence when running the full app.
# You can think of the file in the starter repo as having been ejected from this gem.
class Api::V1::TeamsController < Api::V1::ApplicationController
  include Api::V1::Teams::ControllerBase

  private

  def permitted_fields
    [
      # 🚅 super scaffolding will insert new fields above this line.
    ]
  end

  def permitted_arrays
    {
      # 🚅 super scaffolding will insert new arrays above this line.
    }
  end

  def process_params(strong_params)
    strong_params
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
bullet_train-api-1.6.32 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.31 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.30 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.29 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.28 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.27 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.26 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.25 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.24 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.23 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.22 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.21 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.20 app/controllers/api/v1/teams_controller.rb
bullet_train-api-1.6.19 app/controllers/api/v1/teams_controller.rb