sqm-dashboards/app/models/legacy.rb

5 lines
67 B
Ruby

module Legacy
def self.table_name_prefix
'legacy_'
end
end