Module: Detour::FlagsHelper

Defined in:
app/helpers/detour/flags_helper.rb

Instance Method Summary collapse

Instance Method Details

#spacer_countObject



2
3
4
5
6
# File 'app/helpers/detour/flags_helper.rb', line 2

def spacer_count
  names_count = @flag_form.group_names.length
  difference  = 10 - names_count
  count       = difference < 0 ? 0 : difference
end