errbit

https://github.com/errbit/errbit

Ruby

The open source error catcher that's Airbrake API compliant

UserPolicy::Scope#initialize

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone git@github.com:errbit/errbit.git

cd errbit

open app/policies/user_policy.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-UserPolicy--Scope-initialize-for-pr


# Commit to git

git add app/policies/user_policy.rbgit commit -m "better docs for UserPolicy::Scope#initialize"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-UserPolicy--Scope-initialize-for-pr

hub pull-request


# Celebrate!