No commit activity in last 3 years
No release in over 3 years
Create another resource with strength by default in your ActiveAdmin forms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.0.0.pre1
 Project Readme

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