Skip to content

Instantly share code, notes, and snippets.

@pascalesdedy
Created October 20, 2018 15:20
Show Gist options
  • Save pascalesdedy/d25c1e90f190c196e5beca094816ef51 to your computer and use it in GitHub Desktop.
Save pascalesdedy/d25c1e90f190c196e5beca094816ef51 to your computer and use it in GitHub Desktop.
app/model/article.rb - used for simple CRUD using TDD
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