Simple duplication of ActiveAdmin resources.
Allow user duplication of ActiveAdmin resources through the power of the Amoeba gem. Resource duplication can be performed by either persisting the model and its relations, or by pre-filling a new resource's form fields with defaults.
Add duplication functionality to a Post resource. See Duplicatable for documentation.
ActiveAdmin.register Post do
duplicatable
end
Add this line to your application's Gemfile:
gem 'active_admin-duplicatable'
And then execute:
$ bundle
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Follows Semantic Versioning 2.0.0