Sha256: 5e31be94ce25833b1cf081d765c7cef9970cec938992c05d1a8e59f1377bea4b
Contents?: true
Size: 312 Bytes
Versions: 820
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module Playbook module PbPagination class Pagination < ::Playbook::KitBase prop :model prop :view def classname generate_classname("pb_paginate") end def url_for(options = nil) view.url_for(options) end end end end
Version data entries
820 entries across 820 versions & 1 rubygems