Created
July 4, 2014 05:07
-
-
Save HusseinMorsy/1573ee04f1414cc5975c to your computer and use it in GitHub Desktop.
active_admin / app / assets / javascripts / active_admin / base.js.coffee
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#= 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