Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created July 4, 2014 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HusseinMorsy/1573ee04f1414cc5975c to your computer and use it in GitHub Desktop.
Save HusseinMorsy/1573ee04f1414cc5975c to your computer and use it in GitHub Desktop.
active_admin / app / assets / javascripts / active_admin / base.js.coffee
#= require jquery
#= require jquery-ui/datepicker
#= require jquery-ui/dialog
#= require jquery-ui/sortable
#= require jquery-ui/widget
#= require jquery_ujs
#
#= require_self
#= require_tree ./lib
#= require_tree ./ext
#= require ./application
window.ActiveAdmin = {}
window.AA = window.ActiveAdmin unless window.AA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment