2025-02-21 11:57:59 -05:00
|
|
|
class Settings::BillingsController < ApplicationController
|
|
|
|
layout "settings"
|
|
|
|
|
2024-10-23 11:20:55 -04:00
|
|
|
def show
|
2025-05-06 14:05:21 -04:00
|
|
|
@family = Current.family
|
2024-10-23 11:20:55 -04:00
|
|
|
end
|
2024-10-08 14:37:47 -05:00
|
|
|
end
|