Skip to content

Instantly share code, notes, and snippets.

@MittalPatel-BTC
Created April 19, 2020 16:17
Show Gist options
  • Save MittalPatel-BTC/acf2992b66596423d1707eaed195ce14 to your computer and use it in GitHub Desktop.
Save MittalPatel-BTC/acf2992b66596423d1707eaed195ce14 to your computer and use it in GitHub Desktop.
User controller where I have define my methods.
class UserController < ApplicationController
def charge
end
def refund
end
def bill
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment