Sha256: 0a74b7ba08339d8031c09da7adc68de3a5beaf446d3e4a411f64517b4a79e36e
Contents?: true
Size: 298 Bytes
Versions: 12
Compression:
Stored size: 298 Bytes
Contents
module Spree module Admin class TaxonomiesController < ResourceController private def location_after_save if @taxonomy.previously_new_record? edit_admin_taxonomy_url(@taxonomy) else admin_taxonomies_url end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems