Last active
February 3, 2016 20:05
-
-
Save tubbo/70a8a102266282bb01e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class ApprovedStep < ActiveRecord::Base | |
| # you'd probably want to put your structured data here | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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