Sha256: 26bd7282eac0d3572fa86a13a8970f1120522a2d182da499ac1ae7aa0ac2e2c9
Contents?: true
Size: 283 Bytes
Versions: 45
Compression:
Stored size: 283 Bytes
Contents
class Admin::Muck::ContentsController < ApplicationController unloadable def index end def edit @content = Content.find(params[:id]) @title = @content.title respond_to do |format| format.html { render :template => 'contents/edit' } end end end
Version data entries
45 entries across 45 versions & 1 rubygems