Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Remove view method publication_status #10

@lucasrenan

Description

@lucasrenan

it's not make sense to have a method with view logic inside the gem. it's better to have a custom presenter method with this logic for apps.

def publication_status
  self.published? ? self.published_at : "draft"
end

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions