Security::Application.routes.draw do | |
get 'show_settings' => "settings#show" | |
put 'update_settings' => "settings#update" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Security::Application.routes.draw do | |
get 'show_settings' => "settings#show" | |
put 'update_settings' => "settings#update" | |
end |