Sha256: f2742ebbee53dc145c955587e2f05e4457f566f846ff046576cc7673af8f1465
Contents?: true
Size: 294 Bytes
Versions: 115
Compression:
Stored size: 294 Bytes
Contents
# Provides a simple pass-through localizer for RecordSelect. If you want # to localize RS, you need to override this method and route it to your # own system. class Object def rs_(string_to_localize, *args) args.empty? ? string_to_localize : (sprintf string_to_localize, *args) end end
Version data entries
115 entries across 115 versions & 6 rubygems