Module: NexusCqrs::Auth::Ownable::ClassMethods
- Defined in:
- lib/nexus_cqrs/auth/ownable.rb
Instance Method Summary collapse
-
#top_ancestor_class ⇒ Object
Gets the class that this module is included in.
Instance Method Details
#top_ancestor_class ⇒ Object
Gets the class that this module is included in
24 25 26 |
# File 'lib/nexus_cqrs/auth/ownable.rb', line 24 def top_ancestor_class ancestors.first end |