mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 06:39:39 +02:00
6 lines
111 B
Ruby
6 lines
111 B
Ruby
class PagesController < ApplicationController
|
|
before_action :authenticate_user!
|
|
|
|
def dashboard
|
|
end
|
|
end
|