rom
https://github.com/rom-rb/rom
Ruby
Data mapping and persistence toolkit for Ruby
ROM::Plugins::ClassMethods#component_config
No Docs, write some!
Edit
git clone [email protected]:rom-rb/rom.git
cd rom
open lib/rom/plugins/class_methods.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-ROM--Plugins--ClassMethods-component_config-for-pr
# Commit to gitgit add lib/rom/plugins/class_methods.rbgit commit -m "better docs for ROM::Plugins::ClassMethods#component_config"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-ROM--Plugins--ClassMethods-component_config-for-pr
hub pull-request
# Celebrate!