Sha256: 041fc3e85676660254e257febf1987aa4b11c6872ffd40097e9a6fe2b63145af
Contents?: true
Size: 96 Bytes
Versions: 6
Compression:
Stored size: 96 Bytes
Contents
class PostsController < ApplicationController def show @post = present Post.new end end
Version data entries
6 entries across 6 versions & 2 rubygems