Module: Export::PathForHelper

Includes:
Params::CurrentHelper
Included in:
ActionSet::Helpers::HelperMethods
Defined in:
lib/action_set/helpers/export/path_for_helper.rb

Instance Method Summary collapse

Methods included from Params::CurrentHelper

#current_params

Instance Method Details

#export_path_for(format) ⇒ Object



9
10
11
# File 'lib/action_set/helpers/export/path_for_helper.rb', line 9

def export_path_for(format)
  url_for export_params_for(format)
end