module Ahnnotate::Facet::Models::ModuleNode::ActiveRecord4And5Compatibility

Public Instance Methods

parent() click to toggle source

Named to fit the ModelSchema interface. It was originally implemented in ActiveSupport::CoreExt::Module::Introspection in Rails 6.0.

# File lib/ahnnotate/facet/models/module_node.rb, line 144
def parent
  module_parent
end
parents() click to toggle source

Named to fit the ModelSchema interface. It was originally implemented in ActiveSupport::CoreExt::Module::Introspection in Rails 6.0.

# File lib/ahnnotate/facet/models/module_node.rb, line 154
def parents
  module_parents
end