Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dhyegocalota/active_admin-advanced_create_another

Create another resource with strength by default in your ActiveAdmin forms. :v: :top:
https://github.com/dhyegocalota/active_admin-advanced_create_another

activeadmin activeadmin-plugin rails ruby

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Installation
Include to your Gemfile
```ruby
gem 'active_admin-advanced_create_another'
```

## Options
**Disable it in a specific resource**
```ruby
ActiveAdmin.register User do
config.create_another = false
end
```

**Disable by default at all resources (change `config/initializers/active_admin.rb`)**
```ruby
ActiveAdmin.setup do
config.create_another = false
end
```

## Maintainer
[Dhyego Fernando](https://github.com/dhyegofernando)