Class: Vedeu::Groups

Inherits:
Repository show all
Defined in:
lib/vedeu/repositories/all.rb

Overview

Allows the storing of view groups.

Class Method Summary collapse

Methods included from Common

#defined_value?, #to_sentence

Constructor Details

This class inherits a constructor from Vedeu::Repository

Class Method Details

.groupsVedeu::Groups



72
73
74
# File 'lib/vedeu/repositories/all.rb', line 72

def self.groups
  @groups ||= Vedeu::Groups.new(Vedeu::Group)
end