Skip to content

Instantly share code, notes, and snippets.

@invalidusrname
Last active April 3, 2019 20:05
Show Gist options
  • Save invalidusrname/b7e2fe3186cffdc39e6c to your computer and use it in GitHub Desktop.
Save invalidusrname/b7e2fe3186cffdc39e6c to your computer and use it in GitHub Desktop.
Canner base policy
class BasePolicy < Canner::Policy
def fetch_roles
@current_user.roles
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment