Sha256: 436e4f6a01b604969b0a11d4a2c4815f9b21c0b41881a687fc2f4b7df48215a7
Contents?: true
Size: 378 Bytes
Versions: 5
Compression:
Stored size: 378 Bytes
Contents
module ActiveScaffoldSortable module ViewHelpers def self.included(base) base.alias_method_chain :active_scaffold_stylesheets, :sortable end def active_scaffold_stylesheets_with_sortable(frontend = :default) active_scaffold_stylesheets_without_sortable(frontend) + [ActiveScaffold::Config::Core.asset_path('sortable.css', frontend)] end end end
Version data entries
5 entries across 5 versions & 2 rubygems