Sha256: 8ee86271e6a8a719c4ef6aafb1ecf3558a3a15a0a411fe0926ef338a4137164b
Contents?: true
Size: 414 Bytes
Versions: 18
Compression:
Stored size: 414 Bytes
Contents
class Auth::Shopping::CartItemsController < Auth::Shopping::ShoppingController include Auth::Concerns::Shopping::CartItemControllerConcern TCONDITIONS = {:only => Auth.configuration.cart_item_controller_token_auth_actions} include Auth::Concerns::DeviseConcern include Auth::Concerns::TokenConcern before_action :do_before_request , TCONDITIONS before_action :initialize_vars , TCONDITIONS end
Version data entries
18 entries across 18 versions & 1 rubygems