module Flucti module Resources class Website < BasicResource self.attribute_for_to_s = :name has_many :domains has_many :backends end end end