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