scaffold_plus 1.2.0 → 1.2.1

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: 5a8fb0c23d37ef6e25d422193e6be61c4715e125
4
- data.tar.gz: e1fe09ea0e0277bec223e5780167524a4b636784
3
+ metadata.gz: 50d302dc3f95b88359a6225eecd90c2b42e2b1a1
4
+ data.tar.gz: 84209f42800021b06ef49179f759976c885b477a
5
5
  SHA512:
6
- metadata.gz: 2551c7f4729513dc9e551fafa0562a597abe3a4a56f2d3ef61c7ac63214849be1ef60dba4a3747070c0a7698ad668393e5d63e95efdfd4bb61fd043253c8640b
7
- data.tar.gz: 2e27fc1469ead9be8040d979f0d6908fca331b833d8a95ebf26596bd49e813bfa4fb11af6121de2a53c3a4d796066c88a411df30d605d92eb2778fefb76c260b
6
+ metadata.gz: ef3389982dd0ffc31a98b44dc697986e26b7c4c1360f4b402065e9fc6f0e54a7b7c546922f0921ca55ac0550fd2dc66cbb8d6650d8104d2d221fbe2528532fc8
7
+ data.tar.gz: 0f244a6fc9a876c2573b7a4421a41e7052c2101044469e3da5b4ed266a78573ff20dc9b4eccb644c3ffeb83cd53bc2d6a53efc3a71b077145b9e6ffb72ceecc7
data/README.md CHANGED
@@ -31,6 +31,9 @@ It can also add a migration for the parent_id and a counter.
31
31
  This helper works on config/routes.rb and adds code for a collection
32
32
  to a newly created resource route.
33
33
 
34
+ ### Add ancestry to create a tree structure (or hierarchy)
35
+ rails generate scaffold_plus:ancestry
36
+
34
37
  ## Testing
35
38
 
36
39
  Since I have no experience with test driven development (yet), this is
@@ -1,3 +1,3 @@
1
1
  module ScaffoldPlus
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scaffold_plus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand