app/controllers/dry_crud/nestable.rb in dry_crud-5.0.0 vs app/controllers/dry_crud/nestable.rb in dry_crud-5.2.0

- old
+ new

@@ -1,6 +1,4 @@ -# encoding: UTF-8 - module DryCrud # Provides functionality to nest controllers/resources. # If a controller is nested, the parent classes and namespaces # may be defined as an array in the +nesting+ class attribute.