champ_pool_controller.rb 131 Bytes
Newer Older
saremitea's avatar
saremitea committed
1 2 3 4 5 6
class ChampPoolController < ApplicationController
def index
@champ_pool = ChampPool.all
render "champ_pool/index.html.erb"
end
end