Sha256: 4e07c73bb2b35f478a84ba2136f8e18afe4845d5e735fc0dfd082376370ce070
Contents?: true
Size: 198 Bytes
Versions: 22
Compression:
Stored size: 198 Bytes
Contents
module RocketJobMissionControl module PaginationHelper def page_nav_disabled_class(current_position, boundary) current_position.to_i == boundary.to_i ? 'disabled' : '' end end end
Version data entries
22 entries across 22 versions & 1 rubygems