Skip to content

Instantly share code, notes, and snippets.

@kalabiyau
Last active December 28, 2015 20:49
Show Gist options
  • Save kalabiyau/7560512 to your computer and use it in GitHub Desktop.
Save kalabiyau/7560512 to your computer and use it in GitHub Desktop.
def index
@repositories = ...
render :partial => "repositories", :layout => false if request.xhr?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment