WIP: feature/1-add-support-for-fs-crud #47

Draft
glenux wants to merge 27 commits from feature/1-add-support-for-fs-crud into develop
Showing only changes of commit 16bb660fc2 - Show all commits

View file

@ -31,7 +31,7 @@ module GX::Models::Concerns
end
end
def _mount_wrapper(&block) : Nil
def _mount_wrapper(&) : Nil
mount_point_safe = mount_point
return if mount_point_safe.nil?