Sha256: 6ab84eae2a084fc0fd0721b039818bedfa6900ccf448aa084a33d4a92e2473e5
Contents?: true
Size: 232 Bytes
Versions: 4
Compression:
Stored size: 232 Bytes
Contents
module Corkboard class BoardController < Corkboard::ApplicationController before_filter(:auth_board) # GET /:mount_point def show render(:show, :locals => { :posts => Corkboard::Post.recent }) end end end
Version data entries
4 entries across 4 versions & 1 rubygems