Sha256: adc39b28fc924479a9b3354a3c11bd6383849b5337814703a2afec9f3e97b596

Contents?: true

Size: 630 Bytes

Versions: 18

Compression:

Stored size: 630 Bytes

Contents

class Auth::Shopping::PersonalitiesController < Auth::Shopping::ShoppingController
	include Auth::Concerns::Shopping::PersonalityControllerConcern

	## only these actions need an authenticated user to be present for them to be executed.
    CONDITIONS_FOR_TOKEN_AUTH = [:create,:update,:destroy,:edit,:new,:index,:show,:create_multiple]

    TCONDITIONS = {:only => CONDITIONS_FOR_TOKEN_AUTH}
    ##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

18 entries across 18 versions & 1 rubygems

Version Path
wordjelly-auth-1.4.3 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.4.2 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.4.0 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.9 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.8 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.7 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.6 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.5 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.3 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.2 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.1 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.3.0 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.9 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.8 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.6 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.5 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.4 app/controllers/auth/shopping/personalities_controller.rb
wordjelly-auth-1.2.3 app/controllers/auth/shopping/personalities_controller.rb