mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
7 lines
106 B
Ruby
7 lines
106 B
Ruby
class StatisticsController < ApplicationController
|
|
|
|
def index
|
|
puts params.inspect
|
|
end
|
|
end
|