My Recent Pastes (3 and counting)

Pastes by Tony (3 and counting)

Below are the 3 most recent pasties by Tony.

September 12, 2007
10:12PM EDT
by Tony

# This is your Articles Controller (/app/controllers/article_controller.rb)
class ArticlesController < ApplicationController
  
  def show
    # This would be accessed at www.mysite.org/articles/show/1

September 12, 2007
10:08PM EDT
by Tony

# This is your Articles Controller (/app/controllers/article_controller.rb)
class ArticlesController < ActiveRecord::Base
  
  def show
    # This would be accessed at www.mysite.org/articles/show/1

September 12, 2007
10:05PM EDT
by Tony

class

# This is articles/article.rhtml
<h2><%= @article.title %></h2>