property_web_builder
https://github.com/etewiah/property_web_builder
Ruby
Create a fully featured real estate website on Rails in minutes! ⛺
Search::PropertyFiltering#convert_price_to_cents
No Docs, write some!
Edit
git clone [email protected]:etewiah/property_web_builder.git
cd property_web_builder
open app/controllers/concerns/search/property_filtering.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Search--PropertyFiltering-convert_price_to_cents-for-pr
# Commit to gitgit add app/controllers/concerns/search/property_filtering.rbgit commit -m "better docs for Search::PropertyFiltering#convert_price_to_cents"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Search--PropertyFiltering-convert_price_to_cents-for-pr
hub pull-request
# Celebrate!