mirror of
https://github.com/we-promise/sure.git
synced 2026-04-23 14:04:06 +00:00
Account namespace updates: part 6 (transactions) (#904)
* Move Transaction to Account namespace * Fix improper routes, improve separation of concerns * Replace account transactions list partial with view * Remove logs * Consolidate transaction views * Remove unused code * Transfer style tweaks * Remove more unused code * Add back totals by currency helper
This commit is contained in:
4
test/fixtures/taggings.yml
vendored
4
test/fixtures/taggings.yml
vendored
@@ -1,10 +1,10 @@
|
||||
one:
|
||||
tag: hawaii_trip
|
||||
taggable: checking_one
|
||||
taggable_type: Transaction
|
||||
taggable_type: Account::Transaction
|
||||
|
||||
two:
|
||||
tag: emergency_fund
|
||||
taggable: checking_two
|
||||
taggable_type: Transaction
|
||||
taggable_type: Account::Transaction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user