app
assets/javascripts/administrate
components
associative.js +2 -0
application.js +0 -1
views/fields/has_many
_show.html.erb +1 -1
lib/administrate/field
has_many.rb +15 -0
spec/example_app/app/assets/javascripts
application.js +0 -1
@@ -22,7 +22,7 @@ from the associated resource class's dashboard.
@@ -22,7 +22,7 @@ from the associated resource class's dashboard.
+ 15
- 0
@@ -35,6 +35,21 @@ module Administrate
@@ -35,6 +35,21 @@ module Administrate
Created by: hound[bot]
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.