Class: Vedeu::Groups
- Inherits:
-
Repository
- Object
- Repository
- Vedeu::Groups
- Defined in:
- lib/vedeu/repositories/all.rb
Overview
Allows the storing of view groups.
Class Method Summary collapse
Methods included from Common
Constructor Details
This class inherits a constructor from Vedeu::Repository
Class Method Details
.groups ⇒ Vedeu::Groups
72 73 74 |
# File 'lib/vedeu/repositories/all.rb', line 72 def self.groups @groups ||= Vedeu::Groups.new(Vedeu::Group) end |