Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 386 Bytes

File metadata and controls

11 lines (6 loc) · 386 Bytes

Sample application for usage of carrierwave encrypter decrypter

This is a sample application for using carrierwave_encrypter_decrypter

Install

 git clone git@github.com:ankit8898/carrierwave_encrypter_decrypter_example.git

 bundle install

 bundle exec rake db:create && bundle exec rake db:migrate