Class: Aven::StaticController

Inherits:
ApplicationController show all
Defined in:
app/controllers/aven/static_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_workspace, #current_workspace=

Methods included from ApplicationHelper

#aven_importmap_tags, #view_component

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/aven/static_controller.rb', line 3

def index
  view_component("static/index", current_user:)
end