Sha256: 05a1750da2d0e7ea52d381f69f6b8df824685a8c36913fc67400ebb3692f15ce
Contents?: true
Size: 407 Bytes
Versions: 101
Compression:
Stored size: 407 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 extends 'spree/api/v1/taxons/taxons' unless params[:without_children] end
Version data entries
101 entries across 101 versions & 2 rubygems