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