Class: Aven::StaticController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Aven::StaticController
- 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
#index ⇒ Object
3 4 5 |
# File 'app/controllers/aven/static_controller.rb', line 3 def index view_component("static/index", current_user:) end |