Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass view_context along to row_attributes proc #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

3 participants