[STABLE?] Preparing for deployment

pull/274/head
Rick Carlino 2016-09-21 11:14:32 -05:00
parent 1c76be5370
commit c4baad332c
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
class StepParam < ActiveRecord::Base
belongs_to :step
# For reference when we add serializers / deserializers
TYPES = { x: Float,
y: Float,
z: Float,
speed: Float,
pin: Fixnum,
mode: Fixnum,
sub_sequence_id: Fixnum,
value: String,
variable: String,
operator: String }
end