aa_associations 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -12,6 +12,11 @@ Add this to your `Gemfile`:
12
12
 
13
13
  Then run `bundle install`.
14
14
 
15
+ ### Includes styles we'll need
16
+
17
+ Add `@import "active_admin_associations";` to the top of your `app/assets/stylesheets/active_admin.css.scss`
18
+
19
+ These styles are used by both the autocomplete functionality and the association tables at the bottom of form pages.
15
20
 
16
21
  ### Autocomplete
17
22
 
@@ -18,8 +18,6 @@ module ActiveAdminAssociations
18
18
 
19
19
  Formtastic::Helpers::InputHelper.send(:include, Formtastic::TokenInputDefaultForAssociation)
20
20
  end
21
-
22
- ActiveAdmin.application.register_stylesheet 'active_admin_associations'
23
21
  end
24
22
  end
25
23
  end
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminAssociations
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aa_associations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -275,7 +275,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
275
275
  version: '0'
276
276
  segments:
277
277
  - 0
278
- hash: -4509923448025644479
278
+ hash: -3239410897135078038
279
279
  required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  none: false
281
281
  requirements:
@@ -284,7 +284,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
284
284
  version: '0'
285
285
  segments:
286
286
  - 0
287
- hash: -4509923448025644479
287
+ hash: -3239410897135078038
288
288
  requirements: []
289
289
  rubyforge_project:
290
290
  rubygems_version: 1.8.21