about summary refs log tree commit diff stats
path: root/data/maps/the_revitalized/rooms/Too Room.txtpb
blob: 819c3cfbb26f26c2032e15b37ba76c9c92f2f2a0 (plain) (blame) pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px;
name: "Too Room"
panels {
  name: "TOO"
  path: "Panels/panel_6"
  clue: "too"
  answer: "two"
  symbols: ZERO
}
>: :desc).paginate(page: params[:page], per_page: 10) end def index @blogs = Blog.where(published: true).order(published_at: :desc) respond_to do |format| format.html format.atom end end def show @blog = Blog.find_by_slug(params[:slug]) raise ActiveRecord::RecordNotFound unless @blog raise ActiveRecord::RecordNotFound unless @blog.published end end