Commit 996a417d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove outdated group callback

parent 44f1fec0
...@@ -26,8 +26,6 @@ class Group < Namespace ...@@ -26,8 +26,6 @@ class Group < Namespace
presence: true, presence: true,
if: ->(group) { group.ldap_cn.present? } if: ->(group) { group.ldap_cn.present? }
after_create :add_owner
def human_name def human_name
name name
end 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