lib/lighthouse/lighthouse-api.rb in ticketmaster-lighthouse-0.3.8 vs lib/lighthouse/lighthouse-api.rb in ticketmaster-lighthouse-0.4.0

- old
+ new

@@ -255,17 +255,17 @@ def body_html=(value) attributes['body_html'] = value end - def save_with_tags - self.tag = @tags.collect do |tag| - tag.include?(' ') ? tag.inspect : tag - end.join(" ") if @tags.is_a?(Array) - @tags = nil ; save_without_tags - end - - alias_method_chain :save, :tags +# def save_with_tags +# self.tag = @tags.collect do |tag| +# tag.include?(' ') ? tag.inspect : tag +# end.join(" ") if @tags.is_a?(Array) +# @tags = nil ; save_without_tags +# end +# +# alias_method_chain :save, :tags private # taken from Lighthouse Tag code def parse_with_spaces(list) tags = []