Skip to content

Create another resource with strength by default in your ActiveAdmin forms. ✌️ 🔝

License

Notifications You must be signed in to change notification settings

dhyegocalota/active_admin-advanced_create_another

Repository files navigation

ActiveAdmin Advanced Create Another

Create another resource with strength by default in your ActiveAdmin forms.

Installation

Include to your Gemfile

gem 'active_admin-advanced_create_another'

Options

Disable it in a specific resource

ActiveAdmin.register User do
  config.create_another = false
end

Disable by default at all resources (change config/initializers/active_admin.rb)

ActiveAdmin.setup do
  config.create_another = false
end

Maintainer

Dhyego Fernando

About

Create another resource with strength by default in your ActiveAdmin forms. ✌️ 🔝

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages