Skip to content

Instantly share code, notes, and snippets.

@kiote
Created November 11, 2014 10:02
Show Gist options
  • Save kiote/5060bfcf977184f31bb5 to your computer and use it in GitHub Desktop.
Save kiote/5060bfcf977184f31bb5 to your computer and use it in GitHub Desktop.
column 'Endret', sortable: 'reviews.updated_at' do |review|
html << pretty_format(review.updated_at)
unless review.moderations.last.nil?
updated_by = review.moderations.order('updated_at DESC').first.user.email.sub(/@.*/, '')
html << raw("<div class=\"toned-down\"><br>#{updated_by}</div>")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment