Browse Source

feat: make private method private

pull/1103/head
natdeanlewissoftwire 3 years ago
parent
commit
a29b943adc
  1. 2
      app/components/check_answers_summary_list_card_component.rb

2
app/components/check_answers_summary_list_card_component.rb

@ -34,6 +34,8 @@ class CheckAnswersSummaryListCardComponent < ViewComponent::Base
end end
end end
private
def number_of_buyers def number_of_buyers
log[:jointpur] == 1 ? 2 : 1 log[:jointpur] == 1 ? 2 : 1
end end

Loading…
Cancel
Save