Sha256: 02e38cd2c289e04df543132e5319eb529e7648d593c601ed92c4cf4aced0dbaa
Contents?: true
Size: 220 Bytes
Versions: 95
Compression:
Stored size: 220 Bytes
Contents
require 'addressable/uri' class ChaptersController < ApplicationController include Mumuki::Laboratory::Controllers::Content def show end def subject @chapter ||= Chapter.find_by(id: params[:id]) end end
Version data entries
95 entries across 95 versions & 1 rubygems