Sha256: 78be19cd6a44f30273f8e0505e6e557500916f1462525aae4fed30f972d941eb
Contents?: true
Size: 499 Bytes
Versions: 8
Compression:
Stored size: 499 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 RemoteLinkPaginationHelper class LinkRenderer < WillPaginate::ActionView::LinkRenderer def link(text, target, attributes = {}) attributes['data-remote'] = true super end end end
Version data entries
8 entries across 8 versions & 1 rubygems