Module: ActiveSchema

Defined in:
lib/active_schema/table.rb,
lib/active_schema.rb,
lib/active_schema/feeder.rb,
lib/active_schema/table_hub.rb,
lib/active_schema/configuration.rb,
lib/active_schema/schema_feeder.rb,
lib/active_schema/in_advance_feeder.rb,
lib/active_schema/on_the_fly_feeder.rb,
lib/active_schema/active_record/base.rb,
lib/active_schema/associations/generator.rb

Overview

To change this template, choose Tools | Templates and open the template in the editor.

Defined Under Namespace

Modules: ActiveRecord, Associations, Validations Classes: Configuration, Feeder, FilteredSchemaReader, InAdvanceFeeder, OnTheFlyFeeder, SchemaFeeder, Table, TableHub

Class Method Summary collapse

Class Method Details

.configurationObject



18
19
20
# File 'lib/active_schema.rb', line 18

def self.configuration
  @configuration ||= Configuration.new
end

.configure {|configuration| ... } ⇒ Object

Yields:



22
23
24
# File 'lib/active_schema.rb', line 22

def self.configure
  yield configuration
end