Class: Vedeu::Interfaces::Repository
- Inherits:
-
Repositories::Repository
- Object
- Repositories::Repository
- Vedeu::Interfaces::Repository
- Defined in:
- lib/vedeu/interfaces/repository.rb
Overview
Allows the storing of interfaces and views.
Instance Method Summary collapse
-
#zindexed ⇒ Array<Vedeu::Interfaces::Interface>
Returns the interfaces in zindex order.
Constructor Details
This class inherits a constructor from Vedeu::Repositories::Repository
Instance Method Details
#zindexed ⇒ Array<Vedeu::Interfaces::Interface>
Returns the interfaces in zindex order.
23 24 25 |
# File 'lib/vedeu/interfaces/repository.rb', line 23 def zindexed all.sort_by(&:zindex) end |