Sha256: 2b9a26fcc9813348780a7ea2f7b2c2b2c19b214b30a6a61523fda751949d6468

Contents?: true

Size: 274 Bytes

Versions: 57

Compression:

Stored size: 274 Bytes

Contents

class GuidesController < ApplicationController
  include Mumuki::Laboratory::Controllers::ImmersiveNavigation

  def show
    redirect_to_usage Guide.find_by!(id: params[:id])
  end

  def show_transparently
    redirect_to_usage Guide.find_transparently!(params)
  end
end

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.5 app/controllers/guides_controller.rb
mumuki-laboratory-9.0.4 app/controllers/guides_controller.rb
mumuki-laboratory-9.0.3 app/controllers/guides_controller.rb
mumuki-laboratory-9.0.2 app/controllers/guides_controller.rb
mumuki-laboratory-9.0.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.0.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.6.1 app/controllers/guides_controller.rb
mumuki-laboratory-8.6.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.5.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.4.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.3.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.2.1 app/controllers/guides_controller.rb
mumuki-laboratory-8.2.0 app/controllers/guides_controller.rb
mumuki-laboratory-8.1.3 app/controllers/guides_controller.rb
mumuki-laboratory-8.1.2 app/controllers/guides_controller.rb
mumuki-laboratory-8.1.1 app/controllers/guides_controller.rb
mumuki-laboratory-8.1.0 app/controllers/guides_controller.rb