How do I edit or override the footer of Active_Admin?
Between v1.0.4pre and v.1.0.5pre, the previous method of overriding Footer#build no longer works well, and the new API is
Footer#build
ActiveAdmin.application.footer = proc { ... }