Sha256: 869793e2a8c70cdcd1c98a7b66d12ddb9a78dcbcfd11f7f6f920541cc7c27c47
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true class ::Tramway::Page::PagesController < ::Tramway::Page::ApplicationController layout 'tramway/landing/application' def show @page = ::Tramway::Page::Page.find_by slug: params[:slug] end end
Version data entries
3 entries across 3 versions & 1 rubygems