Sha256: 0e8944cce3d2c853c2d7de3dea652a3c4dd490f4007c54bf95c2487cf401fc50

Contents?: true

Size: 491 Bytes

Versions: 235

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

235 entries across 235 versions & 1 rubygems

Version Path
bullet_train-1.5.2 app/controllers/account/users_controller.rb
bullet_train-1.5.1 app/controllers/account/users_controller.rb
bullet_train-1.5.0 app/controllers/account/users_controller.rb
bullet_train-1.4.11 app/controllers/account/users_controller.rb
bullet_train-1.4.10 app/controllers/account/users_controller.rb
bullet_train-1.4.9 app/controllers/account/users_controller.rb
bullet_train-1.4.8 app/controllers/account/users_controller.rb
bullet_train-1.4.7 app/controllers/account/users_controller.rb
bullet_train-1.4.6 app/controllers/account/users_controller.rb
bullet_train-1.4.5 app/controllers/account/users_controller.rb
bullet_train-1.4.4 app/controllers/account/users_controller.rb
bullet_train-1.4.3 app/controllers/account/users_controller.rb
bullet_train-1.4.2 app/controllers/account/users_controller.rb
bullet_train-1.4.1 app/controllers/account/users_controller.rb
bullet_train-1.4.0 app/controllers/account/users_controller.rb
bullet_train-1.3.25 app/controllers/account/users_controller.rb
bullet_train-1.3.24 app/controllers/account/users_controller.rb
bullet_train-1.3.23 app/controllers/account/users_controller.rb
bullet_train-1.3.22 app/controllers/account/users_controller.rb
bullet_train-1.3.21 app/controllers/account/users_controller.rb