Sha256: 971a12d6ccc43fc4bff72469df83c19a79e6f2976048cde9f11ed2176bab596d

Contents?: true

Size: 103 Bytes

Versions: 2

Compression:

Stored size: 103 Bytes

Contents

class DashboardController < ApplicationController
  def show
    render inertia: "Dashboard"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kaze-0.2.0 stubs/default/app/controllers/dashboard_controller.rb
kaze-0.1.0 stubs/default/app/controllers/dashboard_controller.rb