Method: Maglev::RemoveSectionType#call

Defined in:
app/services/maglev/remove_section_type.rb

#callObject



11
12
13
14
15
16
17
# File 'app/services/maglev/remove_section_type.rb', line 11

def call
  @removed_count = 0

  remove_sections

  @removed_count
end