one-click-orgs
https://github.com/oneclickorgs/one-click-orgs
Ruby
Create legal organisations with just one click
GeneralMeeting#column_for_attribute
To fake multi-parameter date/time assignment for 'nominations_closing_date', 'voting_closing_date' and 'start_time_proxy' attributes
Edit
git clone [email protected]:oneclickorgs/one-click-orgs.git
cd one-click-orgs
open app/models/general_meeting.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-GeneralMeeting-column_for_attribute-for-pr
# Commit to gitgit add app/models/general_meeting.rbgit commit -m "better docs for GeneralMeeting#column_for_attribute"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-GeneralMeeting-column_for_attribute-for-pr
hub pull-request
# Celebrate!