Sha256: cad2dc4fe4f3026d0479365f120a0e70202199553a050b5c8a5c80cc45876747

Contents?: true

Size: 151 Bytes

Versions: 16

Compression:

Stored size: 151 Bytes

Contents

class TransitionsController < ApplicationController
  def create
    e = Entity.new(state: "parked")
    e.ignite
    e.shift_up
    head :ok
  end
end

Version data entries

16 entries across 2 versions & 1 rubygems

Version Path
chillout-0.8.9 test/support/rails_5_1_1/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_0_0/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_0_13/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_1_0/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_1_16/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_2_0/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_4_2_8/app/controllers/transitions_controller.rb
chillout-0.8.9 test/support/rails_5_0_3/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_0_0/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_0_13/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_1_0/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_1_16/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_2_0/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_4_2_8/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_5_0_3/app/controllers/transitions_controller.rb
chillout-0.8.8 test/support/rails_5_1_1/app/controllers/transitions_controller.rb