Sha256: b0559270ddac4f6aee1b4b0ce7b62f5e52d87c579ea4fa756d17551cccf2bb9c
Contents?: true
Size: 272 Bytes
Versions: 14
Compression:
Stored size: 272 Bytes
Contents
object @taxonomy if set = params[:set] extends "spree/api/v1/taxonomies/#{set}" else attributes *taxonomy_attributes child :root => :root do attributes *taxon_attributes child :children => :taxons do attributes *taxon_attributes end end end
Version data entries
14 entries across 14 versions & 1 rubygems