Sha256: de5806bc7408efab715d2d1fc8c2f1f6a1e5c1d0c824690bdc940c65d9ff95fe

Contents?: true

Size: 210 Bytes

Versions: 59

Compression:

Stored size: 210 Bytes

Contents

class GuidesController < ApplicationController
  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

59 entries across 59 versions & 1 rubygems

Version Path
mumuki-laboratory-7.12.3 app/controllers/guides_controller.rb
mumuki-laboratory-8.0.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.12.1 app/controllers/guides_controller.rb
mumuki-laboratory-7.12.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.11.1 app/controllers/guides_controller.rb
mumuki-laboratory-7.11.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.5 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.4 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.3 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.2 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.1 app/controllers/guides_controller.rb
mumuki-laboratory-7.10.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.9.2 app/controllers/guides_controller.rb
mumuki-laboratory-7.9.1 app/controllers/guides_controller.rb
mumuki-laboratory-7.9.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.7.6 app/controllers/guides_controller.rb
mumuki-laboratory-7.7.5 app/controllers/guides_controller.rb
mumuki-laboratory-7.7.4 app/controllers/guides_controller.rb
mumuki-laboratory-7.8.0 app/controllers/guides_controller.rb
mumuki-laboratory-7.7.3 app/controllers/guides_controller.rb