# File lib/page_children_cache_updates.rb, line 2
  def self.included(base)
    base.class_eval do
      after_create :remove_from_parent_allowed_children_cache
      after_destroy :add_to_parent_allowed_children_cache
    end
  end