Skip to content

Instantly share code, notes, and snippets.

/fuc.rb Secret

Created February 5, 2016 04:07
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 anonymous/f253bbd08d61be445ffe to your computer and use it in GitHub Desktop.
Save anonymous/f253bbd08d61be445ffe to your computer and use it in GitHub Desktop.
include Admin
class Admin::AccountsController < AdminController
def index
send_ok
end
def create
end
def get
end
def delete
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment