Sha256: acd2ffd8bfead4853cfcd843b2d1477295c7b256f1de8cbf0e1207ed2c63cb42
Contents?: true
Size: 351 Bytes
Versions: 26
Compression:
Stored size: 351 Bytes
Contents
object false node(:count) { @taxons.count } node(:total_count) { @taxons.total_count } node(:current_page) { @taxons.current_page } node(:per_page) { @taxons.limit_value } node(:pages) { @taxons.total_pages } child @taxons => :taxons do attributes *taxon_attributes unless params[:without_children] extends "spree/api/taxons/taxons" end end
Version data entries
26 entries across 26 versions & 1 rubygems