Fork me on GitHub

acts_as_hashed by briandoll

encryption hash properties on ActiveRecord models

Provides an encryption hash parameter on ActiveRecord models to use in place of ids or params for private shared URLs. You may specify any number of model properties to be used. The encryption hash will be generated automatically on save.

Dependencies

ActiveRecord

Authors

Brian Doll (brian@emphaticsolutions.com)

Contact

Brian Doll (brian@emphaticsolutions.com)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/briandoll/acts_as_hashed