README.md in aa_associations-0.1.0 vs README.md in aa_associations-0.1.1

- old
+ new

@@ -10,9 +10,14 @@ gem 'aa_associations' Then run `bundle install`. +### Includes styles we'll need + +Add `@import "active_admin_associations";` to the top of your `app/assets/stylesheets/active_admin.css.scss` + +These styles are used by both the autocomplete functionality and the association tables at the bottom of form pages. ### Autocomplete On many applications you end up with large datasets, trying to select an element from those data sets via a select input (Formtastic's default) is less then ideal for a couple reasons. One, it's hard to navigate a large select list. Two, loading all those records into memory to populate the select list can be time consuming and cause the page to load slowly.