Sha256: 5db29e8ce91a05017c8bbb2d338d087124596ee90d18609ca46688ccbcced414

Contents?: true

Size: 414 Bytes

Versions: 11

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_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/cart_items_controller.rb
wordjelly-auth-1.4.0 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.9 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.8 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.7 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.6 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.5 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.3 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.2 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.1 app/controllers/auth/shopping/cart_items_controller.rb
wordjelly-auth-1.3.0 app/controllers/auth/shopping/cart_items_controller.rb