active_model_serializers
https://github.com/rails-api/active_model_serializers
Ruby
ActiveModel::Serializer implementation and Rails hooks
AutoAssignmentHandler#conversation_status_changed_to_resolved_or_snoozed?
No Docs, write some!
Edit
git clone [email protected]:rails-api/active_model_serializers.git
cd active_model_serializers
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-AutoAssignmentHandler-conversation_status_changed_to_resolved_or_snoozed--for-pr
# Commit to gitgit add git commit -m "better docs for AutoAssignmentHandler#conversation_status_changed_to_resolved_or_snoozed?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-AutoAssignmentHandler-conversation_status_changed_to_resolved_or_snoozed--for-pr
hub pull-request
# Celebrate!