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.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
bullet_train-1.7.21 app/controllers/account/users_controller.rb
bullet_train-1.7.20 app/controllers/account/users_controller.rb
bullet_train-1.7.19 app/controllers/account/users_controller.rb
bullet_train-1.7.18 app/controllers/account/users_controller.rb
bullet_train-1.7.17 app/controllers/account/users_controller.rb
bullet_train-1.7.16 app/controllers/account/users_controller.rb
bullet_train-1.7.15 app/controllers/account/users_controller.rb
bullet_train-1.7.14 app/controllers/account/users_controller.rb
bullet_train-1.7.13 app/controllers/account/users_controller.rb
bullet_train-1.7.12 app/controllers/account/users_controller.rb
bullet_train-1.7.11 app/controllers/account/users_controller.rb
bullet_train-1.7.10 app/controllers/account/users_controller.rb
bullet_train-1.7.9 app/controllers/account/users_controller.rb
bullet_train-1.7.3 app/controllers/account/users_controller.rb
bullet_train-1.7.2 app/controllers/account/users_controller.rb
bullet_train-1.7.1 app/controllers/account/users_controller.rb