Sha256: 7c00280ef4857f628d0734e3e1eccb9d8b8b89ad3984a18244b3d61c6d4d3472

Contents?: true

Size: 218 Bytes

Versions: 21

Compression:

Stored size: 218 Bytes

Contents

module CopyMove
  class CircularHierarchy < ActiveRecord::ActiveRecordError
    def initialize(record)
      @record = record
      super("Page #{record.title} cannot be made a descendant of itself.")
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
radiant-copy_move-extension-2.1.0 lib/copy_move.rb