Skip to content

Instantly share code, notes, and snippets.

@whiz25
Created January 14, 2020 10:16
Show Gist options
  • Save whiz25/9823fb96b956d20427028786d69ab18a to your computer and use it in GitHub Desktop.
Save whiz25/9823fb96b956d20427028786d69ab18a to your computer and use it in GitHub Desktop.
class StaticController < ApplicationController
def home
render json: {status: "It's working..."}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment