Sha256: 2fcf272ca836347547e55905d6c7f573c1fcf2e28436362c7fccd87b5ac2b5c0
Contents?: true
Size: 196 Bytes
Versions: 3
Compression:
Stored size: 196 Bytes
Contents
class PostsController < ApplicationController include ContextExposer::BaseController exposed(:post) { Post.find 1 } exposed(:posts) { Post.all } def show end def index end end
Version data entries
3 entries across 3 versions & 1 rubygems