Open lucasrenan opened 10 years ago
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
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.