Sha256: 4ba8ab46fcbeb0c055d4d3b1761869f1bdd8bd736302ea9b29e163f779563818
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
require 'billit_representers/representers/bill_model_collection_page_representer' module Billit class BillCollectionPage include Billit::BillModelCollectionPageRepresenter def self links[:self].href if links[:self] end def next links[:next].href if links[:next] end def previous links[:previous].href if links[:previous] end end end
Version data entries
4 entries across 4 versions & 1 rubygems