mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 08:09:38 +02:00
* Move Transfer to Account namespace * Fix partial resolution due to namespacing plurality * Make category and tag controllers consistent with namespacing convention * Update stale partial reference
6 lines
106 B
Ruby
6 lines
106 B
Ruby
class Transaction::RulesController < ApplicationController
|
|
layout "with_sidebar"
|
|
|
|
def index
|
|
end
|
|
end
|