Method: BigShift::Core#update_view

Defined in:
lib/big_shift/core.rb

#update_view(name, query) ⇒ Object



17
18
19
# File 'lib/big_shift/core.rb', line 17

def update_view(name, query)
  UpdateViewCommand.execute name, query
end