mirror of
https://github.com/we-promise/sure.git
synced 2026-04-08 06:44:52 +00:00
* Add new settings routes and controllers * Add new settings view, restructure controllers and routes * Fix lint errors
5 lines
82 B
Ruby
5 lines
82 B
Ruby
class Transactions::RulesController < ApplicationController
|
|
def index
|
|
end
|
|
end
|