about summary refs log tree commit diff stats
path: root/data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb
diff options
context:
space:
mode:
Diffstat (limited to 'data/maps/the_extravagant/rooms/Y Minus Third Floor.txtpb')
0 files changed, 0 insertions, 0 deletions
id='n5' href='#n5'>5 6
7
8
9
10



                                             

                                                   
                                                             


     
class BlogsController < ApplicationController

  def show
    @blog = Blog.find_by_slug(params[:slug])

    raise ActiveRecord::RecordNotFound unless @blog
    raise ActiveRecord::RecordNotFound unless @blog.published
  end

end