Simplify widget table prefix

The same way it's done in other modules.
This commit is contained in:
Javi Martín
2021-01-06 19:37:30 +01:00
parent e8e920ee50
commit 04e817e696
3 changed files with 5 additions and 5 deletions

5
app/models/widget.rb Normal file
View File

@@ -0,0 +1,5 @@
module Widget
def self.table_name_prefix
"widget_"
end
end