From 65c067621048a8e8ec72d2c47d17d5dafb2dcf84 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 9 May 2010 11:34:10 +0200 Subject: added index action for tags, primarily removing the associated exception --- app/controllers/tags_controller.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/controllers') diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index aef6e83..fe3380d 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -3,6 +3,9 @@ class TagsController < ApplicationController # Public def index + @page = Page.new :title => "Tags" + + @tags = Tag.all(:limit => 500) end def show -- cgit v1.3