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.0.33 app/controllers/account/memberships_controller.rb
bullet_train-1.0.32 app/controllers/account/memberships_controller.rb
bullet_train-1.0.31 app/controllers/account/memberships_controller.rb
bullet_train-1.0.30 app/controllers/account/memberships_controller.rb
bullet_train-1.0.29 app/controllers/account/memberships_controller.rb
bullet_train-1.0.28 app/controllers/account/memberships_controller.rb
bullet_train-1.0.27 app/controllers/account/memberships_controller.rb
bullet_train-1.0.26 app/controllers/account/memberships_controller.rb
bullet_train-1.0.25 app/controllers/account/memberships_controller.rb
bullet_train-1.0.24 app/controllers/account/memberships_controller.rb
bullet_train-1.0.23 app/controllers/account/memberships_controller.rb
bullet_train-1.0.22 app/controllers/account/memberships_controller.rb
bullet_train-1.0.21 app/controllers/account/memberships_controller.rb
bullet_train-1.0.20 app/controllers/account/memberships_controller.rb
bullet_train-1.0.19 app/controllers/account/memberships_controller.rb
bullet_train-1.0.18 app/controllers/account/memberships_controller.rb
bullet_train-1.0.17 app/controllers/account/memberships_controller.rb
bullet_train-1.0.16 app/controllers/account/memberships_controller.rb
bullet_train-1.0.15 app/controllers/account/memberships_controller.rb
bullet_train-1.0.14 app/controllers/account/memberships_controller.rb