Skip to content

Instantly share code, notes, and snippets.

@bennyzr
bennyzr / gist:0bd5d7c59c69010dec73fa4576a5a04d
Last active December 14, 2016 17:59
Insert tag into Active Admin body tag to disable turbolinks
module ActiveAdmin
module Views
module Pages
class Base < Arbre::HTML::Document
def build(*args)
super
add_classes_to_body
add_attributes_to_body
build_active_admin_head
build_page