2017-03-31 16:09:16 -04:00

7 lines
106 B
Ruby

class StatisticsController < ApplicationController
def index
puts params.inspect
end
end