Sha256: b5078b78f9030e82dc2e3f5e669a3a5fdc3945a5301f51cd45dfe8b8b4a97b1c
Contents?: true
Size: 278 Bytes
Versions: 29
Compression:
Stored size: 278 Bytes
Contents
module EnjuCirculation module Controller extend ActiveSupport::Concern def get_checkout_type if params[:checkout_type_id] @checkout_type = CheckoutType.find(params[:checkout_type_id]) authorize @checkout_type, :show? end end end end
Version data entries
29 entries across 29 versions & 1 rubygems