class ActiveAdmin::Views::Footer
def build(namespace)
def build(namespace) super id: "footer" @namespace = namespace if footer_text.present? para footer_text else para powered_by_message end end
def build(namespace) super id: "footer" @namespace = namespace if footer_text.present? para footer_text else para powered_by_message end end