Skip to content

Instantly share code, notes, and snippets.

@rickenharp
Created March 3, 2016 10:16
Show Gist options
  • Save rickenharp/2dc407678b59328e5a57 to your computer and use it in GitHub Desktop.
Save rickenharp/2dc407678b59328e5a57 to your computer and use it in GitHub Desktop.
%table
%tr
%th
Foo
%th
Bar
= rows
class Table < ::Cell::Concept
include ActionView::Helpers::TranslationHelper
inherit_views Group::Cell
def show
render :table
end
def rows
groups = Group.all
concept("group/cell", collection: groups)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment