osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
#remove_attachment
Add methods here that slipped into migrations in the dark ages...
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open config/initializers/fuckups.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs--remove_attachment-for-pr
# Commit to gitgit add config/initializers/fuckups.rbgit commit -m "better docs for #remove_attachment"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs--remove_attachment-for-pr
hub pull-request
# Celebrate!