test/templates/app/controllers/ajax_controller.rb in dry_crud-1.5.0 vs test/templates/app/controllers/ajax_controller.rb in dry_crud-1.6.0

- old
+ new

@@ -1,6 +1,8 @@ class AjaxController < CrudController + respond_to :html, :json, :js + def ajax end end \ No newline at end of file