We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7bedd commit 755c272Copy full SHA for 755c272
README.md
@@ -196,7 +196,7 @@ rails g datagrid::views
196
197
All advanced frontend things are described in:
198
199
-[Frontend section on wiki](https://rubydoc.info/gems/datagrid/Datagrid/Helper)
+[Frontend documentation](https://rubydoc.info/gems/datagrid/Datagrid/Helper)
200
201
## Questions & Issues
202
lib/datagrid/helper.rb
@@ -171,7 +171,7 @@ module Datagrid
171
#
172
# To customize Datagrid views:
173
174
- # rake datagrid:copy_partials
+ # rails g datagrid:views
175
176
# This creates files in `app/views/datagrid/`, which you can modify to suit your needs:
177
0 commit comments