Skip to content

Instantly share code, notes, and snippets.

@domagude
Last active October 31, 2017 15:57
...
def no_posts_partial_path
@posts.empty? ? 'posts/branch/no_posts' : 'shared/empty_partial'
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment