Method: OceanDynamo::Persistence::ClassMethods#_late_connect?
- Defined in:
- lib/ocean-dynamo/persistence.rb
#_late_connect? ⇒ Boolean
:nodoc:
83 84 85 86 87 88 |
# File 'lib/ocean-dynamo/persistence.rb', line 83 def _late_connect? # :nodoc: return false if table_connected return false unless table_connect_policy establish_db_connection true end |