From c003f3070935e08a3aa2313a5d988e43d41b5261 Mon Sep 17 00:00:00 2001 From: Peter Markou Date: Mon, 25 Aug 2014 15:30:03 +0300 Subject: [PATCH] Add credits to the README.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b7b0e45..67250a5 100644 --- a/README.md +++ b/README.md @@ -319,3 +319,10 @@ And `conferences/_presentation_fields.html.erb` would be: You can find a list of applications using this gem in this repository: https://github.com/m-Peter/nested-form-examples . All the examples are implemented in before/after pairs. The before is using the `accepts_nested_attributes_for`, while the after uses this gem to achieve the same functionality. + +## Credits + +Special thanks to the owners of the great gems that inspired this work: + +* [Nick Sutterer](https://github.com/apotonick) - creator of [reform](https://github.com/apotonick/reform) +* [Nathan Van der Auwera](https://github.com/nathanvda) - creator of [cocoon](https://github.com/nathanvda/cocoon)