mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
root ➜ /workspace (fix-rubocop-issues) $ rubocop Inspecting 54 files ...................................................... 54 files inspected, no offenses detected
6 lines
109 B
Ruby
6 lines
109 B
Ruby
class PagesController < ApplicationController
|
|
before_action :authenticate_user!
|
|
|
|
def dashboard
|
|
end
|
|
end
|