chore: remove examples models and views

This commit is contained in:
Nelson Jovel 2024-01-05 12:47:54 -08:00
parent 0f525cf2e8
commit e97b39ec48
20 changed files with 37 additions and 501 deletions

View file

@ -1,6 +0,0 @@
FactoryBot.define do
factory :example, class: "Dashboard::Example" do
text { "MyString" }
body { "MyText" }
end
end