zhandao/zero-rails

View on GitHub
app/_docs/others/model_docs/store.rb

Summary

Maintainability
A
0 mins
Test Coverage
# class ModelDocs::Store < ModelDoc
#   # v 0
#   soft_destroy
#
#   has_many :inventories, dependent: :destroy
#   has_many :goods, through: :inventories
#
#   str! :name, :not_blank
#   str! :address, :not_blank
#   attrs!
#
#   after_create :create_inventory_records
# end