Module: ActiveAdmin::Exporter::BuildDownloadFormatLinks
- Defined in:
- lib/active_admin/exporter/build_download_format_links.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 |
# File 'lib/active_admin/exporter/build_download_format_links.rb', line 4 def self.included(base) base.send(:alias_method, :build_download_format_links_without_email, :build_download_format_links) base.send(:alias_method, :build_download_format_links, :build_download_format_links_with_email) end |