data_tables 0.1.4 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/data_tables.rb +0 -1
  2. metadata +3 -3
data/lib/data_tables.rb CHANGED
@@ -69,7 +69,6 @@ module DataTablesController
69
69
  objects = Lunar.search(modelCls, options)
70
70
  total_display_records = objects.size
71
71
  objects = objects.sort(:by => columns[sort_column][:name].to_sym, :order=>"ALPHA " + params[:sSortDir_0].capitalize, :limit=>[params[:iDisplayStart].to_i, params[:iDisplayLength].to_i])
72
- raise
73
72
  end
74
73
  data = objects.collect do |instance|
75
74
  columns.collect { |column| datatables_instance_get_value(instance, column) }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_tables
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Duane Compton