Method: Couchup::ShortHands#create_db

Defined in:
lib/couchup/short_hands.rb,
lib/couchup/short_hands.rb

#create_db(*params) ⇒ Object



15
16
17
# File 'lib/couchup/short_hands.rb', line 15

def create_db(*params)
  create :database, *params
end