Sha256: b9b2befcfd3f23b29b0583fb1e23f3d206fa146706dde498288eb1f5f47a09db
Contents?: true
Size: 243 Bytes
Versions: 27
Compression:
Stored size: 243 Bytes
Contents
class CASino::ProxyTicketsController < CASino::ApplicationController def proxy_validate processor(:ProxyTicketValidator, :TicketValidator).process(params) end def create processor(:ProxyTicketProvider).process(params) end end
Version data entries
27 entries across 27 versions & 1 rubygems