activeadmin
https://github.com/activeadmin/activeadmin
Ruby
The administration framework for Ruby on Rails applications.
TrafficService#per_day
No Docs, write some!
Edit
git clone [email protected]:activeadmin/activeadmin.git
cd activeadmin
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-TrafficService-per_day-for-pr
# Commit to gitgit add git commit -m "better docs for TrafficService#per_day"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-TrafficService-per_day-for-pr
hub pull-request
# Celebrate!