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.13 app/controllers/account/memberships_controller.rb
bullet_train-1.0.12 app/controllers/account/memberships_controller.rb