Module: ActiveAdmin::AsyncExport::BuildDownloadFormatLinks

Defined in:
lib/active_admin/async_export/build_download_format_links.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/active_admin/async_export/build_download_format_links.rb', line 4

def self.included(base)
  base.send :alias_method_chain, :build_download_format_links, :email
end