summaryrefslogtreecommitdiff
path: root/app/controllers/pokedex_controller.rb
blob: 062373e619914e44ca8f42dc5e7ffea415c4009a (plain)
1
2
3
class PokedexController < ApplicationController
  def index; end
end