Created
April 19, 2020 16:29
-
-
Save MittalPatel-BTC/2134f344887e81349fbdb318299e4fc0 to your computer and use it in GitHub Desktop.
You can also define the routes without CRUD action using namespace as well.
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
namespace :users do | |
get 'charge' | |
get 'refund' | |
get 'bill' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment