Sha256: c37108325058f0cdb05b9d7996e684a447920c1020ea03d46feb9c234e87708c

Contents?: true

Size: 190 Bytes

Versions: 3

Compression:

Stored size: 190 Bytes

Contents

if defined?(Rails)
  if Rails.version >= "3"
    require "active_record"
    require "password_strength/active_record/ar3"
  else
    require "password_strength/active_record/ar2"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
password_strength-0.1.2 lib/password_strength/active_record.rb
password_strength-0.1.1 lib/password_strength/active_record.rb
password_strength-0.1.0 lib/password_strength/active_record.rb