Created
October 20, 2018 15:20
-
-
Save pascalesdedy/d25c1e90f190c196e5beca094816ef51 to your computer and use it in GitHub Desktop.
app/model/article.rb - used for simple CRUD using TDD
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 Article < ApplicationRecord | |
validates_presence_of :title, :content | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment