# File lib/reactive_resource/base.rb, line 265 def save if self.class.belongs_to_associations used_attributes = self.class.prefix_associations(prefix_options).map {|association| association.attribute} used_attributes.each do |attribute| attributes.delete("#{attribute}_id".intern) end end super end