add volotiles in their classes
This commit is contained in:
@ -7,5 +7,8 @@ module Sof
|
||||
def self.attributes clazz
|
||||
@@mapping[clazz] || []
|
||||
end
|
||||
def self.add clazz , attributes
|
||||
@@mapping[clazz] = attributes
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user