Class: BloggerDecorator
- Inherits:
-
Draper::Decorator
- Object
- Draper::Decorator
- BloggerDecorator
- Defined in:
- app/decorators/blogger_decorator.rb
Overview
typed: ignore frozen_string_literal: true
Instance Method Summary collapse
Instance Method Details
#link ⇒ Object
4 5 6 |
# File 'app/decorators/blogger_decorator.rb', line 4 def link "/#{MyLocaleManager.normalize_locale}/bloggers/#{object.friendly_id}.html" end |