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

wip members

parent 291339bf
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
# fk_rails_... (user_id => users.id) # fk_rails_... (user_id => users.id)
# #
class Administration::Member < ApplicationRecord class Administration::Member < ApplicationRecord
include WithGithubFiles
include WithSlug include WithSlug
has_rich_text :biography has_rich_text :biography
...@@ -38,5 +39,10 @@ class Administration::Member < ApplicationRecord ...@@ -38,5 +39,10 @@ class Administration::Member < ApplicationRecord
def to_s def to_s
"#{last_name} #{first_name}" "#{last_name} #{first_name}"
end end
def websites
[]
# TODO
end
end end
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