Module: ContentTaxonomy::InstanceMethods
- Defined in:
- lib/content_taxonomy.rb
Instance Method Summary collapse
Instance Method Details
#dup_with_content_dup ⇒ Object
12 13 14 15 16 |
# File 'lib/content_taxonomy.rb', line 12 def dup_with_content_dup new = dup_without_content_dup new.products = products new end |