Persist UI settings, add missing localizations for German

This commit is contained in:
Eugen Rochko 2017-01-09 14:00:55 +01:00
parent 23ebf60b95
commit 75f80bef10
25 changed files with 305 additions and 67 deletions

5
app/models/web.rb Normal file
View file

@ -0,0 +1,5 @@
module Web
def self.table_name_prefix
'web_'
end
end