Created
April 19, 2020 16:17
-
-
Save MittalPatel-BTC/acf2992b66596423d1707eaed195ce14 to your computer and use it in GitHub Desktop.
User controller where I have define my methods.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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