heapsource / active_model_otp

Adds methods to set and authenticate against one time passwords (Two-Factor Authentication). Inspired in AM::SecurePassword
MIT License
773 stars 81 forks source link

Get rid of deprecation warnings in Rails 4.1 #6

Closed ndemonner closed 10 years ago

ndemonner commented 10 years ago

The cattr_* method definitions have been moved into active_support/core_ext/module/attribute_accessors, so this fixes the require path.

guilleiguaran commented 10 years ago

@ndemonner thanks!!!