beef-articles 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/controllers/articles_controller.rb +1 -1
- data/articles.gemspec +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.2
|
@@ -10,7 +10,7 @@ class ArticlesController < ApplicationController
|
|
10
10
|
@page_title << " tagged with '#{params[:tag]}'"
|
11
11
|
end
|
12
12
|
if params[:user_id]
|
13
|
-
@user = User.
|
13
|
+
@user = User.find_by_permalink(params[:user_id])
|
14
14
|
@page_title << " writen by 'params[:tag]'"
|
15
15
|
end
|
16
16
|
if params[:year]
|
data/articles.gemspec
CHANGED