Sha256: bf7aadd3894af62d6d9d89014560ded00072b6016ab362bf3d9e277cc41da8c7

Contents?: true

Size: 76 Bytes

Versions: 25

Compression:

Stored size: 76 Bytes

Contents

class Motorcycle < Vehicle
  state_machine :state, :initial => 'idling'
end

Version data entries

25 entries across 25 versions & 3 rubygems

Version Path
state_machine-0.1.1 test/app_root/app/models/motorcycle.rb
state_machine-0.1.0 test/app_root/app/models/motorcycle.rb
state_machine-0.2.0 test/app_root/app/models/motorcycle.rb
state_machine-0.3.1 test/app_root/app/models/motorcycle.rb
state_machine-0.3.0 test/app_root/app/models/motorcycle.rb