mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 05:02:50 +08:00
6 lines
98 B
Ruby
6 lines
98 B
Ruby
Canaid::Permissions.register_generic do
|
|
can :create_team do |user|
|
|
# TBD
|
|
true
|
|
end
|
|
end
|