Rails 3. 如何使用 ActiveAdmin 设置 Prawn?
有人能够用 ActiveAdmin 设置 Prawn 吗?
ActiveAdmin 更改了控制器,那么您将在哪里设置显示操作?
Has anybody been able to setup Prawn with ActiveAdmin?
ActiveAdmin changes the controllers so where would you setup the show action for example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看到这个控制器。
https://github.com/ianmurrays/active_invoices/blob /master/app/admin/invoices.rb#L116
我使用action_item,然后用prawn-rails将其发送到控制器。
希望你能得到更好的主意
See this controller.
https://github.com/ianmurrays/active_invoices/blob/master/app/admin/invoices.rb#L116
I use action_item, then I send it to controller with prawn-rails.
Hope you can get a better idea