Sha256: ad0ecba7735e9da8d1282b214c24939fc4ee61380a1cb3869b935647d9444ada
Contents?: true
Size: 576 Bytes
Versions: 15
Compression:
Stored size: 576 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
15 entries across 15 versions & 2 rubygems