Files
fizzy/app/models/push.rb
T
2025-07-14 19:57:30 -05:00

5 lines
62 B
Ruby

module Push
def self.table_name_prefix
"push_"
end
end