blob: e4546300a5f3a3646c602194e642c1375d129414 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Backward compatibility shim for deprecated model `timos`.
# Migrate your source from `timos` to `sros`.
require_relative 'sros.rb'
TiMOS = SROS
Oxidized.logger.warn "Using deprecated model timos, use sros instead."
# Deprecated
|