Sha256: 3b363f8b282a142634251c5052b46da2d93175063aff1f94cf7ff9be12e72d58

Contents?: true

Size: 178 Bytes

Versions: 1

Compression:

Stored size: 178 Bytes

Contents

class DocumentationController < ActionController::Base
  layout "documentation"
  def index
  end

  def show
    binding.pry
    render "documentation/#{params[:id]}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shadcn-ui-0.0.3 app/controllers/documentation_controller.rb