We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc7101 commit 6ba2255Copy full SHA for 6ba2255
app/models/reporting_api.rb
@@ -0,0 +1,5 @@
1
+module ReportingAPI
2
+ def self.table_name_prefix
3
+ "reporting_api_"
4
+ end
5
+end
0 commit comments