Method: Perus::Server::CommandConfig#update_options!

Defined in:
lib/perus/server/models/command_config.rb

#update_options!(params) ⇒ Object



24
25
26
27
# File 'lib/perus/server/models/command_config.rb', line 24

def update_options!(params)
    self.options = self.class.process_options(params)
    save
end