8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2ae61 commit a2e2852Copy full SHA for a2e2852
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 0.1.1
4
+* Fixes problem on `searchable_columns` where the corresponding model is
5
+a composite model name, e.g. `UserData`, `BillingAddress`.
6
+Thanks to [iruca3](https://github.com/iruca3) for the fix.
7
+
8
## 0.1.0
9
* A fresh start. Sets base class name to: `AjaxDatatablesRails::Base`.
10
* Extracts pagination functions to mixable modules.
lib/ajax-datatables-rails/version.rb
@@ -1,3 +1,3 @@
module AjaxDatatablesRails
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
end
0 commit comments