Skip to content

Commit

Permalink
fix for linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 13, 2023
1 parent e03da27 commit 761282f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/forms/support_interface/country_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class SupportInterface::CountryForm
include ActiveModel::Attributes
include ActiveModel::Dirty

attr_accessor :country, :eligibility_route
attr_accessor :country
validates :country, presence: true

Expand Down

0 comments on commit 761282f

Please sign in to comment.