Sha256: e75081a2869ff68d640a7ab7f0caf1c593869e0774ba5f5894987a8cf5693dcf
Contents?: true
Size: 132 Bytes
Versions: 21
Compression:
Stored size: 132 Bytes
Contents
class PagesController < ApplicationController def show @page = ContentBlock.find_or_create_by( name: params[:id]) end end
Version data entries
21 entries across 21 versions & 1 rubygems