Persist UI settings, add missing localizations for German
This commit is contained in:
5
app/models/web.rb
Normal file
5
app/models/web.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Web
|
||||
def self.table_name_prefix
|
||||
'web_'
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user