mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-30 02:29:39 +02:00
7 lines
106 B
Ruby
7 lines
106 B
Ruby
|
class Transaction::RulesController < ApplicationController
|
||
|
layout "with_sidebar"
|
||
|
|
||
|
def index
|
||
|
end
|
||
|
end
|