Class: Vedeu::EventsRepository

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

Overview

Allows the storing of events.

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

.eventsVedeu::EventsRepository



49
50
51
# File 'lib/vedeu/repositories/all.rb', line 49

def self.events
  @events ||= Vedeu::EventsRepository.new(Vedeu::Events)
end