8000 Update README · GUI/ajax-datatables-rails@14f5a6f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 14f5a6f

Browse files
committed
Update README
1 parent 789eff8 commit 14f5a6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
> This gem is targeted at Datatables version 1.10.x.
1414
>
1515
> It's tested against :
16-
> * Rails 4.0.13 / 4.1.15 / 4.2.9 / 5.0.4 / 5.1.2
17-
> * Ruby 2.2.7 / 2.3.4 / 2.4.1
16+
> * Rails 4.0.13 / 4.1.16 / 4.2.10 / 5.0.6 / 5.1.4
17+
> * Ruby 2.2.8 / 2.3.5 / 2.4.2
1818
> * Postgresql
1919
> * MySQL
2020
> * Oracle XE 11.2 (thanks to [travis-oracle](https://github.com/cbandy/travis-oracle))
@@ -561,7 +561,7 @@ class MyCustomDatatable < AjaxDatatablesRails::Base
561561
def_delegators :@view, :link_to, :h, :mailto, :edit_resource_path, :check_box_tag, :other_method
562562

563563
# Define columns as described above for `id`, `first_name`, `email`, and others
564-
def view_columns
564+
def view_columns
565565
...
566566
end
567567

@@ -580,7 +580,7 @@ class MyCustomDatatable < AjaxDatatablesRails::Base
580580
end
581581
```
582582

583-
If you want to keep things tidy in the data mapping method, you could use
583+
If you want to keep things tidy in the data mapping method, you could use
584584
[Draper](https://github.com/drapergem/draper) to define column mappings like below.
585585

586586
```ruby

0 commit comments

Comments
 (0)
0