Sha256: 0e8944cce3d2c853c2d7de3dea652a3c4dd490f4007c54bf95c2487cf401fc50

Contents?: true

Size: 491 Bytes

Versions: 231

Compression:

Stored size: 491 Bytes

Contents

class Account::UsersController < Account::ApplicationController
  include Account::Users::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)
    # 🚅 super scaffolding will insert processing for new fields above this line.
    strong_params
  end
end

Version data entries

231 entries across 231 versions & 1 rubygems

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