Module: RailsSync
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/rails_sync.rb,
lib/rails_sync/table.rb,
lib/rails_sync/config.rb,
lib/rails_sync/engine.rb,
lib/rails_sync/adapter.rb,
lib/rails_sync/version.rb
Defined Under Namespace
Modules: ActiveRecord, Table Classes: Adapter, Analyzer, Engine
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.options ⇒ Object
12 13 14 |
# File 'lib/rails_sync.rb', line 12 def self. @options ||= Rails.application.config_for('rails_sync').with_indifferent_access end |