osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
EventSchedule#same_room_as_track
Validates that the event is scheduled in the same room as its track
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/models/event_schedule.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-EventSchedule-same_room_as_track-for-pr
# Commit to gitgit add app/models/event_schedule.rbgit commit -m "better docs for EventSchedule#same_room_as_track"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-EventSchedule-same_room_as_track-for-pr
hub pull-request
# Celebrate!