Sha256: ceaebe7d8acd203105713f7297074299acbbbd363a501a41544d3b51f76fb0ca
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
module Seiten class PagesController < ::ApplicationController def show if current_page.nil? head :not_found else @title = current_page.title end end end end
Version data entries
4 entries across 4 versions & 1 rubygems