Skip to content

Instantly share code, notes, and snippets.

@superplussed
Created August 1, 2014 13:00
Show Gist options
  • Save superplussed/8ade97639c6a03dfa676 to your computer and use it in GitHub Desktop.
Save superplussed/8ade97639c6a03dfa676 to your computer and use it in GitHub Desktop.
field :job_assignment_histories do
pretty_value do
if bindings[:object].job_assignment_histories.present?
bindings[:view].render(
partial: "job_assignment_histories/table",
locals: {job_assignment_histories: bindings[:object].job_assignment_histories}
)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment