This website works better with JavaScript
Home
Explore
Help
Sign In
ajswis
/
pokemon.trade
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
84a299afc3
Branches
Tags
add_graphql
master
relay_failure
setup_user_auth
user_authentication
pokemon.trade
/
app
/
controllers
/
welcome_controller.rb
welcome_controller.rb
99 B
History
Raw
1
2
3
4
5
# frozen_string_literal: true
class WelcomeController < ApplicationController
def root; end
end