Sha256: 9e1767fc1da9742dbbe649179f6f0adf41fa24aafbf9b1138ee91b72990666d0
Contents?: true
Size: 496 Bytes
Versions: 1
Compression:
Stored size: 496 Bytes
Contents
# Loads sub-classes of the Credential model. # # We allow the Credential model to be defined in the Rails application, so the # application can choose the storage model (ActiveRecord vs Mongoid etc.). This # means that we have to load the classes that inherit from Credential after it's # defined, which is long after the authpwn_rails engine is loaded. require 'authpwn_rails/credentials/email.rb' require 'authpwn_rails/credentials/facebook.rb' require 'authpwn_rails/credentials/password.rb'
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authpwn_rails-0.10.0 | lib/authpwn_rails/credentials.rb |