activeadmin-select2 icon indicating copy to clipboard operation
activeadmin-select2 copied to clipboard

What should be the base.js.coffee file?

Open afuno opened this issue 9 years ago • 0 comments

Its contents are by default:

#= require jquery
#= require ./jquery_ui
#= require jquery_ujs
#= require_self
#= require_tree ./lib
#= require_tree ./ext
#= require_tree ./initializers

window.ActiveAdmin = {}

And how does it need to change, to add your string? #= require active_admin/select2

afuno avatar May 05 '16 21:05 afuno