Module: Aygabtu::Scope::Base::BasicBehaviour
- Included in:
- Aygabtu::Scope::Base
- Defined in:
- lib/aygabtu/scope/base.rb
Instance Method Summary collapse
- #inspect_data ⇒ Object
-
#matches_route?(route) ⇒ Boolean
defines methods below COMPONENTS in the inheritance chain so components can override and call super.
- #segments_split_once ⇒ Object
Instance Method Details
#inspect_data ⇒ Object
45 46 47 |
# File 'lib/aygabtu/scope/base.rb', line 45 def inspect_data {} end |
#matches_route?(route) ⇒ Boolean
defines methods below COMPONENTS in the inheritance chain so components can override and call super
38 39 40 |
# File 'lib/aygabtu/scope/base.rb', line 38 def matches_route?(route) true end |
#segments_split_once ⇒ Object
42 43 |
# File 'lib/aygabtu/scope/base.rb', line 42 def segments_split_once end |