catarse
https://github.com/catarse/catarse
Ruby
The first open source crowdfunding platform for creative projects in the world
ProjectPolicy.self::UserScope#scope
No Docs, write some!
Edit
git clone [email protected]:catarse/catarse.git
cd catarse
open app/policies/project_policy.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ProjectPolicy-self--UserScope-scope-for-pr
# Commit to gitgit add app/policies/project_policy.rbgit commit -m "better docs for ProjectPolicy.self::UserScope#scope"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ProjectPolicy-self--UserScope-scope-for-pr
hub pull-request
# Celebrate!