Module: Admin::TagsHelper

Defined in:
app/helpers/admin/tags_helper.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details



9
10
11
# File 'app/helpers/admin/tags_helper.rb', line 9

def link_to_confirm(tag)
  link_to(t(:delete) + "?", confirm_admin_tag_path(tag), method: :get, remote: true)
end