Skip to content

Instantly share code, notes, and snippets.

@tonyfg
Created September 14, 2018 09:43
Show Gist options
  • Save tonyfg/8b973f9235cd1168100bb8ffad36f91d to your computer and use it in GitHub Desktop.
Save tonyfg/8b973f9235cd1168100bb8ffad36f91d to your computer and use it in GitHub Desktop.
Org list unoptimized #index action
# app/controllers/organizations_controller.rb
class OrganizationsController < ApplicationController
def index
@organizations = Organization.all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment