Sha256: f7899fbdb4a3bce13e5c2006f250773a8d8836036ea4946589f6845b4ef02071

Contents?: true

Size: 183 Bytes

Versions: 9

Compression:

Stored size: 183 Bytes

Contents

require 'crypt_keeper/version'
require 'crypt_keeper/model'
require 'active_record'

module CryptKeeper
end

ActiveSupport.on_load(:active_record) do
  include CryptKeeper::Model
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
crypt_keeper-0.4.2 lib/crypt_keeper.rb
crypt_keeper-0.4.1 lib/crypt_keeper.rb
crypt_keeper-0.3.0 lib/crypt_keeper.rb
crypt_keeper-0.2.0 lib/crypt_keeper.rb
crypt_keeper-0.1.0 lib/crypt_keeper.rb
crypt_keeper-0.0.4 lib/crypt_keeper.rb
crypt_keeper-0.0.3 lib/crypt_keeper.rb
crypt_keeper-0.0.2 lib/crypt_keeper.rb
crypt_keeper-0.0.1 lib/crypt_keeper.rb