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

Version Path
wordjelly-auth-1.4.2 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.4.0 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.9 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.8 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.7 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.6 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.5 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.3 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.2 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.1 app/controllers/auth/shopping/carts_controller.rb
wordjelly-auth-1.3.0 app/controllers/auth/shopping/carts_controller.rb