class Stattleship::Params::HockeyTotalTeamStatParams

Private Instance Methods

params() click to toggle source
Calls superclass method
# File lib/stattleship/params/hockey_total_team_stat_params.rb, line 6
def params
  super.merge('type' => 'hockey_team_stat')
end