docs: add remaining docs for classes in app/logical.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user