active_admin_simple_life 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 77f85d2957cc5270de2b410617fc48b6079d07ab
4
- data.tar.gz: ef431c9c2c0cf648c2ec8750e6173ad75780b45e
3
+ metadata.gz: 8ee6a1fa7fbbb43253a3d8bca9531e30c14d2dd9
4
+ data.tar.gz: d1b39107410f4dd044c3f97f2e0d7559a8407a49
5
5
  SHA512:
6
- metadata.gz: e12bb105b70387b5b0bd990f5663d01df602a096cac27206c780919d6020aca9eb429ede6bd1408510662b81505d41ad3ac801543170b6119407395df6f681e4
7
- data.tar.gz: ac8d5f1dd08ad4f89b131c149e6d376585c388f90ba33ec91f34b0741e5808de37be02a3d186d827432c72caf5d6629901a0282fe01bd07698205af07ed595c0
6
+ metadata.gz: 925220e206cda38d6fd489c5655daff209c5eb018d9f5439d932eced04bd087812b2d5d92408f139675948d0f010144da27d954a369bd0af1f732dc701f0da7c
7
+ data.tar.gz: 0d9563ec56939c490d90844bed5bdbcc833e32f35afc02a5a85a8214990626d2eac6a7cec7e6560df100d9d8e0438bdef6f8d92c121df8d3c0735ae13d75b658
@@ -30,9 +30,9 @@ module ActiveAdminSimpleLife
30
30
  end
31
31
  end if permitted_params
32
32
 
33
- index_for_main_fields klass, options[:index]
34
- filter_for_main_fields klass, option[:filter]
35
- form_for_main_fields klass, options[:form]
33
+ index_for_main_fields klass, options.fetch(:index){{}}
34
+ filter_for_main_fields klass, options.fetch(:filter){{}}
35
+ form_for_main_fields klass, options.fetch(:form){{}}
36
36
  end
37
37
  end
38
38
  end
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ActiveAdminSimpleLife
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_simple_life
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kvokka