Let's imagine we want to assign pokemons to trainers.
We are creating a new_trainer form with checkboxes for each pokemon and their names next a checkbox to assign them to this new trainer, like this:
- Salameche
Class Post13/01/2016
16/01/2016
| activity_log | |
| boss_news | |
| delayed_job | |
| link_posts | |
| link_tweets | |
| posts | |
| rating_histories | |
| tweets |
| # app / assets / javascripts / active_admin.js | |
| //= require active_admin/base | |
| //= require jquery.ui.widget | |
| //= require jquery.iframe-transport | |
| //= require jquery.fileupload | |
| //= require cloudinary/jquery.cloudinary | |
| //= require attachinary | |
| //= require attachments |