Class: Jumbotron::Services::Public::AssemblePublicGame

Inherits:
CommandTower::Services::ApplicationService
  • Object
show all
Defined in:
app/services/jumbotron/services/public/assemble_public_game.rb

Instance Method Summary collapse

Instance Method Details

#callObject



12
13
14
# File 'app/services/jumbotron/services/public/assemble_public_game.rb', line 12

def call
  context.public_game = build_game(game)
end