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