Skip to content

Commit

Permalink
Conform to linter and styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Mar 7, 2024
1 parent ce02006 commit 56eee72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/generic/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module Generic::Person
extend ActiveSupport::Concern

included do
Person::PUBLIC_ATTRS << :title << :correspondence_language << :additional_languages << :advertising
Person::PUBLIC_ATTRS << :title << :correspondence_language <<
:additional_languages << :advertising

CORRESPONDENCE_LANGUAGES = %w(de fr it en).freeze
ADVERTISINGS = %w(none by_members by_anyone).freeze
Expand Down

0 comments on commit 56eee72

Please sign in to comment.