activeadmin_custom_layout 0.1.8 → 0.1.9

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 06961353bfafe9b55e2eaf9dde19942bf17df259
4
- data.tar.gz: b0a33306f6c43ce514bce5372a57b071f54a815a
3
+ metadata.gz: 158d5213698752950f1d2723fc734fd1695d494c
4
+ data.tar.gz: 9df274ac04a4784445399c072c11adac1923d0e2
5
5
  SHA512:
6
- metadata.gz: f4a03c7b35e9cfb620d67ea0c0c774cbd4b3c5a43b9201993e33d1b5636c4715a0edd95cd236065216b67a5a0cccdb7e5152f18d9d19759c43ccb83915e0e94d
7
- data.tar.gz: efd79ec78781b20063c3496da5e737747b6765873a35181156fdfe5518a408914813d10b955cd89cd513b11f23fb89307ab379b796b61aabdab26241a5297bd7
6
+ metadata.gz: dc52cb91db5b2d7f317622b34c5065e426ab8a8f6d5761db98d0dee0aaa4af2235f9007f391dea7fddeaf44017304c63032e1beb8890f0ee92eb38bcf556f1fb
7
+ data.tar.gz: aecf58b081589072bf65672598f76335b30b34d4d9617c924cdcb38010bae0bca3199bc168ff9f8cc57a23c921e372690903fd2f9d2bec70418c3c9842d438f4
@@ -9,7 +9,7 @@ module TableForPatch
9
9
  data = aa_data[:table][:rows][index][:data] ||= []
10
10
 
11
11
  attr = col.data
12
- attr = args[1][:sortable] if args[1] and args[1][:sortable].present?
12
+ attr = args[1][:sortable] if args[1].is_a? Hash and args[1][:sortable].present?
13
13
 
14
14
  data << {
15
15
  classes: col.html_class,
@@ -1,3 +1,3 @@
1
1
  module ActiveadminCustomLayout
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_custom_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - ByS Sistemas de Control