Moving to github

This commit is contained in:
2026-03-28 19:24:29 -04:00
commit 036fa7ab33
302 changed files with 17838 additions and 0 deletions

15
test/fixtures/users.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
email: MyString
username: MyString
encrypted_password: MyString
bio: MyText
profile_public: false
two:
email: MyString
username: MyString
encrypted_password: MyString
bio: MyText
profile_public: false