Skip to content

Instantly share code, notes, and snippets.

@jmarmolejos
Last active December 17, 2015 00:09
Show Gist options
  • Save jmarmolejos/5518974 to your computer and use it in GitHub Desktop.
Save jmarmolejos/5518974 to your computer and use it in GitHub Desktop.
def index
@companies = Company.all
respond_with @companies
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment