Skip to content

Comments

Pass view_context along to row_attributes proc#47

Open
kulte wants to merge 1 commit intobobbytables:masterfrom
laurelandwolf:master
Open

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

Conversation

@kulte
Copy link

@kulte kulte commented Apr 8, 2015

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
Copy link

delynn commented Oct 13, 2015

👍

1 similar comment
@StefSchenkelaars
Copy link

+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