Class: ROM::SQL::Migration
- Inherits:
-
Object
- Object
- ROM::SQL::Migration
- Defined in:
- lib/rom/sql/migration.rb
Constant Summary collapse
- DEFAULT_PATH =
'db/migrate'
Class Attribute Summary collapse
-
.connection ⇒ Object
Returns the value of attribute connection.
- .path ⇒ Object
Class Method Summary collapse
Class Attribute Details
.connection ⇒ Object
Returns the value of attribute connection.
10 11 12 |
# File 'lib/rom/sql/migration.rb', line 10 def connection @connection end |
.path ⇒ Object
12 13 14 |
# File 'lib/rom/sql/migration.rb', line 12 def path @path || DEFAULT_PATH end |