README.md in custom_report-0.0.1 vs README.md in custom_report-0.0.2

- old
+ new

@@ -14,10 +14,15 @@ Or install it yourself as: $ gem install custom_report +## Database migration + + $ rails generate custom_report + $ rake db:migrate + ## Usage In config/initializers/custom_report.rb CustomReport.layout = "admin_bootstrap" @@ -30,9 +35,11 @@ mount CustomReport::Engine => "/custom_report" This creates the path /custom_report/reports + + ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)