1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-04 13:05:19 +02:00

First sketch of budgeting module

This commit is contained in:
Zach Gollwitzer 2024-12-30 17:29:59 -05:00
parent 5d1a2937bb
commit 9a2a7b31d4
45 changed files with 342 additions and 84 deletions

7
test/models/goal_test.rb Normal file
View file

@ -0,0 +1,7 @@
require "test_helper"
class GoalTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end