Sha256: 13777378c2417e9e91383b1fefb89b4c20f702f0cc7fdf92555736ae5c83266d
Contents?: true
Size: 452 Bytes
Versions: 18
Compression:
Stored size: 452 Bytes
Contents
class Auth::Shopping::CartsController < Auth::Shopping::ShoppingController include Auth::Concerns::Shopping::CartControllerConcern TCONDITIONS = {:only => Auth.configuration.cart_controller_token_auth_actions} ##this ensures api access to this controller. 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