Module: MatchGeoreferencesHelper
- Defined in:
- app/helpers/match_georeferences_helper.rb
Instance Method Summary collapse
-
#link_to_georeference_match_type(method, type) ⇒ Link
To visualize a particular partial.
Instance Method Details
#link_to_georeference_match_type(method, type) ⇒ Link
Returns to visualize a particular partial.
31 32 33 |
# File 'app/helpers/match_georeferences_helper.rb', line 31 def link_to_georeference_match_type(method, type) link_to("#{method}", '#', data: { turbolinks: false }, class: "#{method}-#{type}") end |