Changeset 1698

Show
Ignore:
Timestamp:
05/04/08 23:18:40 (1 week ago)
Author:
neuro
Message:

Oops, I broke something

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/app/models/article.rb

    r1697 r1698  
    8484     :month                        => sprintf("%.2d", published_at.month), 
    8585     :day                          => sprintf("%.2d", published_at.day), 
    86      :controller                   => 'article', 
     86     :controller                   => 'articles', 
    8787     :action                       => 'show', 
    8888     (nesting ? :article_id : :id) => permalink}