Skip to content

Instantly share code, notes, and snippets.

@tubbo
Last active February 3, 2016 20:05
Show Gist options
  • Select an option

  • Save tubbo/70a8a102266282bb01e9 to your computer and use it in GitHub Desktop.

Select an option

Save tubbo/70a8a102266282bb01e9 to your computer and use it in GitHub Desktop.
class ApprovedStep < ActiveRecord::Base
# you'd probably want to put your structured data here
end
class Step < ActiveRecord::Base
# t.hash :parameters
validates :parameters, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment