module OceanDynamo::Tables

Public Class Methods

included(base) click to toggle source
# File lib/ocean-dynamo/tables.rb, line 4
def self.included(base)
  base.extend(ClassMethods)
end
new(*) click to toggle source

Instance methods

Calls superclass method
# File lib/ocean-dynamo/tables.rb, line 233
def initialize(*)
  super
end