Module: Ahnnotate::Facet::Models::ModuleNode::ActiveRecord4And5Compatibility

Included in:
Ahnnotate::Facet::Models::ModuleNode
Defined in:
lib/ahnnotate/facet/models/module_node.rb

Instance Method Summary collapse

Instance Method Details

#parentObject

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



144
145
146
# File 'lib/ahnnotate/facet/models/module_node.rb', line 144

def parent
  module_parent
end

#parentsObject

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



154
155
156
# File 'lib/ahnnotate/facet/models/module_node.rb', line 154

def parents
  module_parents
end