Commit 2bf59444 authored by alejguer's avatar alejguer

Clear unnecessary new lines

parent 505cbc11
......@@ -15,6 +15,4 @@ class SamlGroupLink < ApplicationRecord
scope :by_saml_group_name, -> (name) { where(saml_group_name: name) }
scope :by_group_id, ->(group_id) { where(group_id: group_id) }
scope :preload_group, -> { preload(group: :route) }
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment