4 lines
96 B
Ruby
4 lines
96 B
Ruby
|
class Current < ActiveSupport::CurrentAttributes
|
||
|
attribute :gestionnaire, :administrateur
|
||
|
end
|