Method: Couchup::ShortHands#create_view

Defined in:
lib/couchup/short_hands.rb

#create_view(*params) ⇒ Object



12
13
14
# File 'lib/couchup/short_hands.rb', line 12

def create_view(*params)
  create :view, *params
end