Method: SuperSettings::Setting#changed_by

Defined in:
lib/super_settings/setting.rb

#changed_byObject

The changed_by attribute is used to temporarily store an identifier for the user who made a change to a setting to be stored in the history table. This value is optional and is cleared after the record is saved.



38
39
40
# File 'lib/super_settings/setting.rb', line 38

def changed_by
  @changed_by
end