README.rdoc in rails_dash-0.0.2 vs README.rdoc in rails_dash-0.0.3

- old
+ new

@@ -21,11 +21,11 @@ rails g dash:resource model = Customize To protect the dash directory edit authorize filter in: - app/controller/dash_controller.rb + app/controllers/dash_controller.rb To change the behavior of a resource: app/controllers/dash/model_controller.rb To change the layout edit: @@ -34,5 +34,8 @@ To change the resource form edit: app/views/dash/model/form.html.haml To change the resource grid edit: app/views/dash/model/index.html.html + +To change the records in the grid and the filter behavior edit the filter scope in your resource model: + app/models/model.rb