mirror of
https://github.com/ryankazokas/turbovault-app.git
synced 2026-04-17 05:32:52 +00:00
Moving to github
This commit is contained in:
11
app/controllers/pages_controller.rb
Normal file
11
app/controllers/pages_controller.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class PagesController < ApplicationController
|
||||
def home
|
||||
if user_signed_in?
|
||||
redirect_to dashboard_path
|
||||
end
|
||||
end
|
||||
|
||||
def api_docs
|
||||
# API documentation page - publicly accessible
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user