# frozen_string_literal: true class SSTestStringDefaultsView < ActiveRecord::Base self.table_name = 'sst_string_defaults_view' end