Sha256: 4a82bc44ae962250a6dc024da5810057aefde25ce6c07bc30eb0138a11452aab

Contents?: true

Size: 156 Bytes

Versions: 4

Compression:

Stored size: 156 Bytes

Contents

module PushType
  module AuthenticationMethods
    extend ActiveSupport::Concern

    included do
      before_filter :authenticate_user!
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
push_type_auth-0.2.0.beta2 app/controllers/concerns/push_type/authentication_methods.rb
push_type_auth-0.1.1 app/controllers/concerns/push_type/authentication_methods.rb
push_type_auth-0.1.0 app/controllers/concerns/push_type/authentication_methods.rb
push_type_auth-0.1.0.beta3 app/controllers/concerns/push_type/authentication_methods.rb