Class: BloggerDecorator

Inherits:
Draper::Decorator
  • Object
show all
Defined in:
app/decorators/blogger_decorator.rb

Overview

typed: ignore frozen_string_literal: true

Instance Method Summary collapse

Instance Method Details



4
5
6
# File 'app/decorators/blogger_decorator.rb', line 4

def link
  "/#{MyLocaleManager.normalize_locale}/bloggers/#{object.friendly_id}.html"
end