class Stattleship::Params::FootballGameLogsParams

Attributes

week[RW]

Public Instance Methods

params() click to toggle source
# File lib/stattleship/params/football_game_logs_params.rb, line 6
def params
  super.merge('week' => week)
end