mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-02-21 20:20:34 +09:00
6 lines
63 B
Ruby
6 lines
63 B
Ruby
module Push
|
|
def self.table_name_prefix
|
|
"push_"
|
|
end
|
|
end
|