mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-07-08 17:10:22 +09:00
df76a227dc
First open source release of Campfire 🎉
6 lines
63 B
Ruby
6 lines
63 B
Ruby
module Push
|
|
def self.table_name_prefix
|
|
"push_"
|
|
end
|
|
end
|