class Stattleship::Params::FootballGameLogsParams
Attributes
week[RW]
Public Instance Methods
params()
click to toggle source
Calls superclass method
Stattleship::Params::GameLogsParams#params
# File lib/stattleship/params/football_game_logs_params.rb, line 6 def params super.merge('week' => week) end