osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Admin::UsersController#toggle_confirmation
This action allow admins to manually toggle confirmation state of another user
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/controllers/admin/users_controller.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Admin--UsersController-toggle_confirmation-for-pr
# Commit to gitgit add app/controllers/admin/users_controller.rbgit commit -m "better docs for Admin::UsersController#toggle_confirmation"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Admin--UsersController-toggle_confirmation-for-pr
hub pull-request
# Celebrate!