Skip to content

Commit

Permalink
Improve object shape
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 8, 2024
1 parent cbf654e commit ff85109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ajax-datatables-rails/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def initialize(params, options = {})
@options = options
@datatable = Datatable::Datatable.new(self)

@view_columns = nil
@connected_columns = nil
@searchable_columns = nil
@search_columns = nil
Expand Down

0 comments on commit ff85109

Please sign in to comment.