Skip to content

Instantly share code, notes, and snippets.

View varunlalan's full-sized avatar
:octocat:

Varun Lalan varunlalan

:octocat:
  • Disney Star
  • Mumbai
  • 00:32 (UTC +05:30)
View GitHub Profile
module ActiveAdmin
module Reports
module DSL
def enable_reports
action_item only: :index do
link_to("Download", {action: :report, params: params}, {method: :post, data: { confirm: "Are you sure you want to generate this report?"}})
end
collection_action :report, method: :post do