Skip to content
Snippets Groups Projects
Commit 2a308a60 authored by alexisben's avatar alexisben
Browse files

Block posts: comment on kinds

parent 5227d866
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ class Communication::Block::Template::Post < Communication::Block::Template
end
def selected_posts
# kind could be : selection, category, or all
@selected_posts ||= send "selected_posts_#{kind}"
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment