Skip to content

Instantly share code, notes, and snippets.

@thebucknerlife
Created June 2, 2015 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thebucknerlife/25f4597c1865735d3422 to your computer and use it in GitHub Desktop.
Save thebucknerlife/25f4597c1865735d3422 to your computer and use it in GitHub Desktop.
# app/controllers/users_controller.rb
class UsersController < ApplicationController
def new
end
def create
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment