module Polivalente

Constants

VERSION

Attributes

config[R]

Public Class Methods

configure() { |config| ... } click to toggle source
# File lib/polivalente.rb, line 19
def configure
  @config = Configuration.new
  yield config
end
table_name_prefix() click to toggle source

do not prefix table names with ‘polivantente_`

# File lib/polivalente.rb, line 32
def self.table_name_prefix
end