active_admin_simple_life 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cf8ae26898f4a8e0494dd73c9710c63bbf1b44e
4
- data.tar.gz: a8e8dc8fa09a5df54a53b6ddcc249a51703af315
3
+ metadata.gz: 8e22a5b8a9aacc78ab7a9c9e0f159a616810cb20
4
+ data.tar.gz: 207b4cb949e2bb51abb1a1ac72bc53b2579c704f
5
5
  SHA512:
6
- metadata.gz: 4e30653d0a82628e232ca5af76c9cd3f3e99991a20ae6949fac3d9226f0131bb6b978ba7740214b16005394a956e845a2e97b8a9d5d3e2083944b09cdbc1eda4
7
- data.tar.gz: 93ad99128e47f9c9b831ed9f807f6748e72c848f98ed3943744c227d5fe566ae1ffb2aa018d1451befbcd2c78553c4361d92cc886c7082b3b83ed8ba3095f197
6
+ metadata.gz: 53d43865496c3da5afa8bf352e106fa36679be4bfa7f85f2906a2693740dd77a66ea36f827be8926575f8d896a41ef2fb3180547325877453a5471fd856774d3
7
+ data.tar.gz: 1a95d47d7efae1f086d217fa4e4367eae560fa028662bca820d6ec9fb820b9726f2475d9d1c45f4a8a725095f3cc270cd4bae968e732b2a14758db7ccab14c7b
@@ -68,7 +68,7 @@ module ActiveAdminSimpleLife
68
68
  end
69
69
 
70
70
  def fetch_path(field)
71
- "admin_#{field.class.to_s.underscore}_path"
71
+ "edit_admin_#{field.class.to_s.underscore}_path"
72
72
  end
73
73
 
74
74
  def span_true
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module ActiveAdminSimpleLife
3
- VERSION = "0.0.5"
3
+ VERSION = "0.0.6"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_admin_simple_life
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kvokka
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-18 00:00:00.000000000 Z
11
+ date: 2016-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails