Skip to content

Instantly share code, notes, and snippets.

@JuzerShakir
Created October 29, 2021 04:06
Show Gist options
  • Save JuzerShakir/e469fa6e471c3a82bf170389939460bc to your computer and use it in GitHub Desktop.
Save JuzerShakir/e469fa6e471c3a82bf170389939460bc to your computer and use it in GitHub Desktop.
Used in medium
class UsersController < ApplicationController
def new
end
def create
end
def update
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment