Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/dhyegocalota/active_admin-advanced_create_another
- Owner: dhyegocalota
- License: mit
- Created: 2017-10-14T18:33:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T18:52:05.000Z (about 7 years ago)
- Last Synced: 2024-10-31T13:54:48.928Z (8 days ago)
- Topics: activeadmin, activeadmin-plugin, rails, ruby
- Language: Ruby
- Size: 105 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)