Skip to content
Snippets Groups Projects
Commit b7d30000 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

line break after guard clause

parent fb297926
No related branches found
No related tags found
No related merge requests found
class GlobalPolicy < BasePolicy
def rules
return unless @user
can! :create_group if @user.can_create_group
can! :read_users_list
end
Loading
Loading
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