This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-20 21:59:38 +02:00
Code
Issues
Releases
Activity
Actions
1
2adf2de190
Maybe
/
app
/
controllers
/
pages_controller.rb
7 lines
109 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-02-02 09:05:04 -06:00
class
PagesController
<
ApplicationController
before_action
:authenticate_user!
Lint files to rubocop omakase standards root ➜ /workspace (fix-rubocop-issues) $ rubocop Inspecting 54 files ...................................................... 54 files inspected, no offenses detected
2024-02-02 16:06:55 +00:00
Initial commit
2024-02-02 09:05:04 -06:00
def
dashboard
end
end
Copy permalink