Skip to content
Snippets Groups Projects
Commit 1f879a3d authored by pabois's avatar pabois
Browse files

user

parent db615a04
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,6 @@ class User < ApplicationRecord
has_one :researcher, class_name: 'Research::Researcher'
has_one_attached :picture
valida
scope :ordered, -> { order(:last_name, :first_name) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment