Method: ActiveCouch::Migration.with_key

Defined in:
lib/active_couch/migrations/migration.rb

.with_key(key = "") ⇒ Object



28
29
30
# File 'lib/active_couch/migrations/migration.rb', line 28

def with_key(key = "")
  @key = key unless key.nil?
end