Sha256: a986163d947e0b3dbd615fae36a0ceefdbcaabaa9fde010224503971d16567c2
Contents?: true
Size: 452 Bytes
Versions: 11
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_filter :do_before_request , TCONDITIONS before_filter :initialize_vars , TCONDITIONS end
Version data entries
11 entries across 11 versions & 1 rubygems