mirror of
https://github.com/we-promise/sure.git
synced 2026-04-10 07:44:48 +00: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
7 lines
106 B
Ruby
7 lines
106 B
Ruby
class Transaction::RulesController < ApplicationController
|
|
layout "with_sidebar"
|
|
|
|
def index
|
|
end
|
|
end
|