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
8 lines
102 B
Ruby
8 lines
102 B
Ruby
class Settings::SecuritiesController < ApplicationController
|
|
def edit
|
|
end
|
|
|
|
def update
|
|
end
|
|
end
|