3 lines
91 B
Ruby
3 lines
91 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :instructeur, :request_id
|
|
end
|