Sha256: 03a27113e9a7e5199aed28fcf36c322a5cd0ae569e445be1c9b00360ddc8e897
Contents?: true
Size: 563 Bytes
Versions: 7
Compression:
Stored size: 563 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ module Admin::ApplicationHelper #---------------------------------------------------------------------------- def link_to_confirm_delete(model) link_to(t(:yes_button), url_for([:admin, model]), :method => :delete, :remote => true ) end end
Version data entries
7 entries across 7 versions & 1 rubygems