docs: add remaining docs for classes in app/logical.

This commit is contained in:
evazion
2021-06-23 20:32:59 -05:00
parent c6855261fe
commit 00ca7526bb
47 changed files with 705 additions and 25 deletions

View File

@@ -1,3 +1,10 @@
# A concern that adds common helper methods to models that are soft deletable.
#
# @example
# class Post
# deletable
# end
#
module Deletable
extend ActiveSupport::Concern