Sha256: 4e57235feee3801ef15bd77b70e9e5fcca62a4cf3eb0fd894dcb90a59bc9a456
Contents?: true
Size: 371 Bytes
Versions: 24
Compression:
Stored size: 371 Bytes
Contents
module BackportControllerTestParams def delete(*args) action, rest = *args super(action, rest[:params]) end def get(*args) action, rest = *args super(action, rest[:params]) end def post(*args) action, rest = *args super(action, rest[:params]) end def put(*args) action, rest = *args super(action, rest[:params]) end end
Version data entries
24 entries across 24 versions & 1 rubygems