Commit b1560694 by Ivan Lan

Fix name

parent 896f6f72
module Pasted module ActsAsPasting
module Pasted
extend ActiveSupport::Concern extend ActiveSupport::Concern
# 带 prefix 的 pasted_with,独立于不带 prefix 的之外 # 带 prefix 的 pasted_with,独立于不带 prefix 的之外
...@@ -210,4 +211,5 @@ module Pasted ...@@ -210,4 +211,5 @@ module Pasted
has_many associations, through: :pastings, source: :pasted, **options has_many associations, through: :pastings, source: :pasted, **options
end end
end end
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment