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