rom

https://github.com/rom-rb/rom

Ruby

Data mapping and persistence toolkit for Ruby

ROM::Repository::RelationReader#build_relation_readers

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:rom-rb/rom.git

cd rom

open repository/lib/rom/repository/relation_reader.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-ROM--Repository--RelationReader-build_relation_readers-for-pr


# Commit to git

git add repository/lib/rom/repository/relation_reader.rbgit commit -m "better docs for ROM::Repository::RelationReader#build_relation_readers"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-ROM--Repository--RelationReader-build_relation_readers-for-pr

hub pull-request


# Celebrate!