David H. Wilkins
Results
2
issues of
David H. Wilkins
Fixed a minor spelling error in the above-the-fold copy for README.md The word `is` should be `it`
from a slack message (thanks @chevinbrown) ``` class MyRailtie < Rails::Railtie # Customize the ORM config.app_generators.orm :my_railtie_orm # Add a to_prepare block which is executed once in production # and...