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
-
#parent ⇒ Object
Named to fit the ModelSchema interface.
-
#parents ⇒ Object
Named to fit the ModelSchema interface.
Instance Method Details
#parent ⇒ Object
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 |
#parents ⇒ Object
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 |