Sha256: a030aef6c8bcb81b929f98750ff665456888890ce27614af201d882e99b42259

Contents?: true

Size: 503 Bytes

Versions: 222

Compression:

Stored size: 503 Bytes

Contents

class Account::MembershipsController < Account::ApplicationController
  include Account::Memberships::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

222 entries across 222 versions & 1 rubygems

Version Path
bullet_train-1.11.0 app/controllers/account/memberships_controller.rb
bullet_train-1.10.0 app/controllers/account/memberships_controller.rb
bullet_train-1.9.0 app/controllers/account/memberships_controller.rb
bullet_train-1.8.5 app/controllers/account/memberships_controller.rb
bullet_train-1.8.4 app/controllers/account/memberships_controller.rb
bullet_train-1.8.3 app/controllers/account/memberships_controller.rb
bullet_train-1.8.2 app/controllers/account/memberships_controller.rb
bullet_train-1.8.1 app/controllers/account/memberships_controller.rb
bullet_train-1.8.0 app/controllers/account/memberships_controller.rb
bullet_train-1.7.23 app/controllers/account/memberships_controller.rb
bullet_train-1.7.22 app/controllers/account/memberships_controller.rb
bullet_train-1.7.21 app/controllers/account/memberships_controller.rb
bullet_train-1.7.20 app/controllers/account/memberships_controller.rb
bullet_train-1.7.19 app/controllers/account/memberships_controller.rb
bullet_train-1.7.18 app/controllers/account/memberships_controller.rb
bullet_train-1.7.17 app/controllers/account/memberships_controller.rb
bullet_train-1.7.16 app/controllers/account/memberships_controller.rb
bullet_train-1.7.15 app/controllers/account/memberships_controller.rb
bullet_train-1.7.14 app/controllers/account/memberships_controller.rb
bullet_train-1.7.13 app/controllers/account/memberships_controller.rb