5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-30 19:36:07 +00:00
panel/app/models/collaboration.rb

5 lines
128 B
Ruby
Raw Permalink Normal View History

2019-07-08 20:58:14 +00:00
# frozen_string_literal: true
# Una clase que contiene el sitio con el que se va a colaborar
Collaboration = Struct.new(:site)