Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/migration.rb
Constant Summary collapse
- @@run_on_slave_db =
false
Class Method Summary collapse
Class Method Details
.run_on_slave_db ⇒ Object
6 7 8 |
# File 'lib/migration.rb', line 6 def self.run_on_slave_db @@run_on_slave_db end |
.run_on_slave_db=(value) ⇒ Object
10 11 12 |
# File 'lib/migration.rb', line 10 def self.run_on_slave_db=(value) @@run_on_slave_db = value end |