Skip to content

Commit 6ba2255

Browse files
author
Alistair Davidson
committed
add explicit reporting_api module definition, so that the table_name_prefix can be explicitly set
1 parent 5bc7101 commit 6ba2255

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/models/reporting_api.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module ReportingAPI
2+
def self.table_name_prefix
3+
"reporting_api_"
4+
end
5+
end

0 commit comments

Comments
 (0)