Method: SuperSettings::Storage::NullStorage.create_history
- Defined in:
- lib/super_settings/storage/null_storage.rb
.create_history(key:, changed_by:, created_at:, value: nil, deleted: false) ⇒ Object
41 42 43 |
# File 'lib/super_settings/storage/null_storage.rb', line 41 def create_history(key:, changed_by:, created_at:, value: nil, deleted: false) nil end |