Skip to content

Pass view_context along to row_attributes proc - #47

Open
kulte wants to merge 1 commit into
bobbytables:masterfrom
laurelandwolf:master
Open

Pass view_context along to row_attributes proc#47
kulte wants to merge 1 commit into
bobbytables:masterfrom
laurelandwolf:master

Conversation

@kulte

@kulte kulte commented Apr 8, 2015

Copy link
Copy Markdown

We've forked this for our own needs for now, and not sure if this is something you'd want pulled into your repo, but we had the use case something like the following:

row_attributes do |object, view_context|
  css_class = object.owned_by?(view_context.current_user) ? 'accepted' : ''
  { class: css_class }
end

@delynn

delynn commented Oct 13, 2015

Copy link
Copy Markdown

👍

1 similar comment
@StefSchenkelaars

Copy link
Copy Markdown

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants