Sha256: 5b05423ac9a77ff7bc3a86fea0a5aa8b275116e431a7ac86b2606822aaff3ab4

Contents?: true

Size: 409 Bytes

Versions: 12

Compression:

Stored size: 409 Bytes

Contents

module DeviseG5Authenticatable
  module Models
    module ProtectedAttributes
      extend ActiveSupport::Concern

      included do
        attr_accessible :email, :password, :password_confirmation,
                        :current_password, :provider, :uid, :updated_by
      end
    end
  end
end

module Devise::Models::G5Authenticatable
  include DeviseG5Authenticatable::Models::ProtectedAttributes
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
devise_g5_authenticatable-0.3.0 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.5.beta lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.4 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.4.beta lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.3 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.2 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.1 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.2.0 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.1.3 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.1.2 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.1.1 lib/devise_g5_authenticatable/models/protected_attributes.rb
devise_g5_authenticatable-0.1.0 lib/devise_g5_authenticatable/models/protected_attributes.rb