Skip to content

Instantly share code, notes, and snippets.

@balvig
Created April 24, 2019 06:45
Show Gist options
  • Save balvig/319aed3fe21b754f29dd8bad28555b76 to your computer and use it in GitHub Desktop.
Save balvig/319aed3fe21b754f29dd8bad28555b76 to your computer and use it in GitHub Desktop.
class EventsController < ApplicationController
def index
end
end
Rails.application.routes.draw do
resources :events, only: :index
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment