Created
August 1, 2014 13:00
-
-
Save superplussed/8ade97639c6a03dfa676 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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