Module: Epiphy::Connection
- Includes:
- RethinkDB::Shortcuts
- Defined in:
- lib/epiphy/connection.rb
Class Method Summary collapse
-
.create(opts = {}) ⇒ Object
Create a RethinkDB connection.
Class Method Details
.create(opts = {}) ⇒ Object
Create a RethinkDB connection.
12 13 14 |
# File 'lib/epiphy/connection.rb', line 12 def self.create(opts = {}) r.connect opts end |