Sha256: fbb6ac67e724cdbe989b5ae281bee1b20070ced97de7cf1420dc528557d71e7d

Contents?: true

Size: 669 Bytes

Versions: 46

Compression:

Stored size: 669 Bytes

Contents

class Auth::Work::BulletsController < Auth::ApplicationController

=begin
	include Auth::Concerns::Work::BulletControllerConcern
    

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

    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
    before_filter :is_admin_user , :only => [:create,:update,:destroy,:edit]
=end	
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.9 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.8 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.7 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.6 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.5 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.4 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.3 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.2 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.1 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.5.0 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.9 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.8 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.7 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.6 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.5 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.4 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.3 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.2 app/controllers/auth/work/bullets_controller.rb
wordjelly-auth-1.4.0 app/controllers/auth/work/bullets_controller.rb