Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wclittle
Created December 29, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wclittle/908510bea00bddb81884 to your computer and use it in GitHub Desktop.
Save wclittle/908510bea00bddb81884 to your computer and use it in GitHub Desktop.
json.messages(Message.limit(10).order("created_at DESC").load.reverse) do |message|
json.partial! 'messages/message', message: message
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment