add site page

This commit is contained in:
呱呱呱
2023-08-10 14:29:26 +08:00
parent ba4c479cc2
commit 96936da9ac
78 changed files with 1158 additions and 78 deletions

5
spec/models/page_spec.rb Normal file
View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe Page, type: :model do
pending "add some examples to (or delete) #{__FILE__}"
end