From 5462a1e56abf70486dc59593dde6ecb95a072026 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 20 Mar 2024 11:00:31 -0400 Subject: Added some admin dashboard stats --- test/fixtures/globals.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fixtures/globals.yml (limited to 'test/fixtures/globals.yml') diff --git a/test/fixtures/globals.yml b/test/fixtures/globals.yml new file mode 100644 index 0000000..bb636b7 --- /dev/null +++ b/test/fixtures/globals.yml @@ -0,0 +1,11 @@ +# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + key: MyString + string_value: MyString + int_value: 1 + +two: + key: MyString + string_value: MyString + int_value: 1 -- cgit 1.4.1