Module: Audiences::Context::Locating
- Extended by:
- ActiveSupport::Concern
- Included in:
- Audiences::Context
- Defined in:
- app/models/audiences/context/locating.rb
Constant Summary collapse
- SIGNED_GID_RESOURCE =
"audiences"
Instance Method Summary collapse
Instance Method Details
#signed_key ⇒ Object
34 35 36 |
# File 'app/models/audiences/context/locating.rb', line 34 def signed_key to_sgid(for: SIGNED_GID_RESOURCE).to_s end |