Sha256: 9e1c6efa135db4cfbac975c0b8637ffe4b26c38fc8a7d9e363772a3cfc76c659
Contents?: true
Size: 417 Bytes
Versions: 36
Compression:
Stored size: 417 Bytes
Contents
object false node(:count) { @taxons.count } node(:total_count) { @taxons.total_count } node(:current_page) { params[:page] ? params[:page].to_i : 1 } node(:per_page) { params[:per_page].try(:to_i) || Kaminari.config.default_per_page } node(:pages) { @taxons.total_pages } child @taxons => :taxons do attributes *taxon_attributes unless params[:without_children] extends "spree/api/v1/taxons/taxons" end end
Version data entries
36 entries across 36 versions & 2 rubygems