Skip to content

Instantly share code, notes, and snippets.

@nakaearth
Last active December 30, 2015 21:09
Show Gist options
  • Save nakaearth/7885164 to your computer and use it in GitHub Desktop.
Save nakaearth/7885164 to your computer and use it in GitHub Desktop.
ブログのサンプル
class EventsController < ApplicationController
def index
@events = Event.all
render json: @events
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment