How do I edit or override the footer of ActiveAdmin?

前端 未结 6 1232
南旧
南旧 2021-02-14 09:11

How do I edit or override the footer of Active_Admin?

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-14 09:57

    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

    ActiveAdmin.application.footer = proc {
      ...
    }
    

提交回复
热议问题