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') 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 orm'>
mixed-content personal blog
about summary refs log tree commit diff stats
path: root/app/views/quote_mailer/pending_quote_email.text.erb
blob: b9d71bb30f8d57f73297d26a52f91863eab47274 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17