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