Implement procedure cloning

This commit is contained in:
Guillaume Lazzara 2016-06-15 11:34:05 +02:00
parent 7fd2aa40ca
commit 7af7859334
10 changed files with 113 additions and 1 deletions

View file

@ -22,6 +22,8 @@ gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
gem 'sdoc', '~> 0.4.0', group: :doc
# Enable deep clone of active record models
gem 'deep_cloneable', '~> 2.2.1'
# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'