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.23.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.22.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.21.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.20.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.20.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.19.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.18.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.18.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.17.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.16.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.15.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.14.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.14.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.13.2 app/controllers/guides_controller.rb
mumuki-laboratory-9.13.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.13.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.12.1 app/controllers/guides_controller.rb
mumuki-laboratory-9.12.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.11.0 app/controllers/guides_controller.rb
mumuki-laboratory-9.10.0 app/controllers/guides_controller.rb