Skip to content

Instantly share code, notes, and snippets.

@kalupa
Created August 27, 2012 20:58
Show Gist options
  • Save kalupa/3492165 to your computer and use it in GitHub Desktop.
Save kalupa/3492165 to your computer and use it in GitHub Desktop.
class Presenter
def remaining(items = section.essentials_remaining)
collection = ThemePresentation.wrap_collection(items, ContentItemPresenter)
render partial: 'woople-theme/content_item', collection: collection
end
end
<div class="tab-content">
<% essentials_section.remaining %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment