Class: Infold::ShowAssociation

Inherits:
ShowField show all
Defined in:
app/models/infold/show_association.rb

Instance Method Summary collapse

Instance Method Details

#save_with_associationsObject



15
16
17
18
19
20
21
# File 'app/models/infold/show_association.rb', line 15

def save_with_associations
  seq = -1
  show_association_fields.sort_by(&:seq).each do |column|
    column.seq = seq += 1
  end
  self.save
end