Skip to content

Commit

Permalink
Change configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludo van den Boom committed Nov 4, 2008
1 parent 8779515 commit 8f5fc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/article.rb
Expand Up @@ -30,7 +30,7 @@ def check_published_title_is_unique
# --
# @api public
def comments_allowed?
published_at > Date.today - 30 ? true : false
published_at > Date.today - 60 ? true : false
end

# Extract an excerpt from the body
Expand Down
2 changes: 1 addition & 1 deletion config/dependencies.rb
Expand Up @@ -24,4 +24,4 @@

dependency "merb-builder", "0.9.8"

dependency "RedCloth", "> 4.0"
dependency "RedCloth", "> 4"

0 comments on commit 8f5fc96

Please sign in to comment.