rosa-build/app/models/settings.rb

7 lines
98 B
Ruby

# -*- encoding : utf-8 -*-
module Settings
def self.table_name_prefix
'settings_'
end
end