Class: Pipekit::Note

Inherits:
Object
  • Object
show all
Includes:
Repository
Defined in:
lib/pipekit/note.rb

Constant Summary collapse

SINGULAR_CLASSNAME =
"note".freeze
PLURALIZED_CLASSNAME =
"notes".freeze

Method Summary

Methods included from Repository

#all, #create, #find_by, #initialize, #update, #where

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Pipekit::Repository