Sha256: 8e3d4dbe3815db41b2192098906a167ac717f4da4db75e10e89d019d2d10a42b
Contents?: true
Size: 203 Bytes
Versions: 10
Compression:
Stored size: 203 Bytes
Contents
module Kuhsaft class PagesController < ApplicationController respond_to :html def show @page = Kuhsaft::Page.find_by_url(params[:url]) respond_with @page end end end
Version data entries
10 entries across 10 versions & 1 rubygems