supplier client sections working with problematic authentication still active
This commit is contained in:
@@ -10,7 +10,7 @@ class Employee
|
||||
DEFAULT_SETTINGS.each do |attribute, default_value|
|
||||
define_method(attribute) { settings.public_send attribute }
|
||||
define_method("#{attribute}=") do |value|
|
||||
is_dirty
|
||||
#is_dirty
|
||||
settings.set attribute, value
|
||||
end
|
||||
if default_value == true or default_value == false # boolean
|
||||
|
||||
Reference in New Issue
Block a user