Commit 776a02c9 by liyijie

Fix pastable

parent aa8811ee
......@@ -3,7 +3,7 @@ require "acts_as_pasting/version"
module ActsAsPasting
require 'acts_as_pasting/errors'
autoload :Pasted, 'acts_as_pasting/pasted'
autoload :Pasteable, 'acts_as_pasting/pasteable'
autoload :Pastable, 'acts_as_pasting/pastable'
autoload :Pasting, 'acts_as_pasting/pasting'
def self.table_name_prefix
......
module ActsAsPasting
module Pasteable
module Pastable
extend ActiveSupport::Concern
# 带 prefix 的 pasted_with,独立于不带 prefix 的之外
......
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