mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-21 22:29:38 +02:00
* Define layout method * Use with_sidebar method --------- Co-authored-by: Pranav Babu <babu@maindeck.io>
3 lines
76 B
Ruby
3 lines
76 B
Ruby
class SettingsController < ApplicationController
|
|
layout :with_sidebar
|
|
end
|