Class: Rubyzen::Collections::MacrosCollection

Inherits:
BaseCollection show all
Includes:
Providers::CollectionFilterProvider
Defined in:
lib/rubyzen/collections/macros_collection.rb

Overview

Collection of class-level macro invocations (e.g., validates, has_many, before_action).

Examples:

Filtering macros by name

controllers.macros.with_name('before_action')

Method Summary

Methods included from Providers::CollectionFilterProvider

#with_name, #with_name_ending_with, #with_name_including, #with_name_starting_with, #without_name, #without_name_ending_with, #without_name_including, #without_name_starting_with

Methods inherited from BaseCollection

#filter