Skip to content

Instantly share code, notes, and snippets.

@SLiNv
Created April 11, 2019 02:19
Show Gist options
  • Save SLiNv/8ee2a7851c14a2ff9698eca1cf1bbedd to your computer and use it in GitHub Desktop.
Save SLiNv/8ee2a7851c14a2ff9698eca1cf1bbedd to your computer and use it in GitHub Desktop.
class ChybetaController < ApplicationController
def index
render file: "#{Rails.root}/README.md"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment