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

Remove view method publication_status #10

Open
lucasrenan opened this issue Feb 17, 2014 · 0 comments
Open

Remove view method publication_status #10

lucasrenan opened this issue Feb 17, 2014 · 0 comments
Assignees

Comments

@lucasrenan
Copy link
Owner

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
@lucasrenan lucasrenan self-assigned this Feb 17, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant