Browse Source

refactor: linting

pull/1120/head
natdeanlewissoftwire 4 years ago
parent
commit
d8cfde3134
  1. 2
      app/models/form/sales/questions/buyers_organisations.rb

2
app/models/form/sales/questions/buyers_organisations.rb

@ -1,7 +1,7 @@
class Form::Sales::Questions::BuyersOrganisations < ::Form::Question class Form::Sales::Questions::BuyersOrganisations < ::Form::Question
def initialize(id, hsh, page) def initialize(id, hsh, page)
super super
@id="organisations_buyers" @id = "organisations_buyers"
@check_answer_label = "Organisations buyers were registered with" @check_answer_label = "Organisations buyers were registered with"
@header = "What organisations were the buyers registered with?" @header = "What organisations were the buyers registered with?"
@type = "checkbox" @type = "checkbox"

Loading…
Cancel
Save