Commit a8ef617f913df4e599d97516fbb66bed0f7b0a5f

Authored by Victor Costa
2 parents f0f70e28 b428f589

Merge branch 'rails3_community_dashboard' into rails3_stable

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/article.rb
... ... @@ -761,7 +761,7 @@ class Article < ActiveRecord::Base
761 761 end
762 762  
763 763 def view_page
764   - "content_viewer/view_page.rhtml"
  764 + "content_viewer/view_page"
765 765 end
766 766  
767 767 private
... ...