# frozen_string_literal: true module Legion module Data module Model # Used for accessing legion.environments class Environment < Sequel::Model one_to_many :node end end end end