Method: RR::ReplicationInitializer#exclude_rubyrep_tables
- Defined in:
- lib/rubyrep/replication_initializer.rb
#exclude_rubyrep_tables ⇒ Object
Adds to the current session’s configuration an exclusion of rubyrep tables.
187 188 189 |
# File 'lib/rubyrep/replication_initializer.rb', line 187 def exclude_rubyrep_tables session.configuration.exclude_rubyrep_tables end |