Skip to content

Commit

Permalink
Ran standardrb --fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrbennett committed Oct 23, 2020
1 parent f96f602 commit 9d5b9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/contact_type_group.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class ContactTypeGroup < ApplicationRecord
belongs_to :casa_org
has_many :contact_types

validates :name, presence: true, uniqueness: { scope: :casa_org_id }
validates :name, presence: true, uniqueness: {scope: :casa_org_id}

scope :for_organization, ->(org) { where(casa_org: org) }
end
Expand Down

0 comments on commit 9d5b9c8

Please sign in to comment.