Method: Database#update_period

Defined in:
lib/minder/database/database.rb

#update_period(period, options = {}) ⇒ Object



89
90
91
# File 'lib/minder/database/database.rb', line 89

def update_period(period, options = {})
  rom.command(:periods).update.by_id(period.id).call(options)
end