Sha256: 52220de91cf40e439bc4ceb95f714318b4c3dae486b244997996d5b5a7cceefd
Contents?: true
Size: 275 Bytes
Versions: 166
Compression:
Stored size: 275 Bytes
Contents
module BaseHelper # TODO This is for the billing package to override, but I feel like there has got to be a better way to do this. def hide_team_resource_menus? if billing_enabled? current_team.needs_billing_subscription? else false end end end
Version data entries
166 entries across 166 versions & 1 rubygems