add meaningful error message on upload [fixes #773]

This commit is contained in:
Régis Hanol
2013-04-27 20:26:17 +02:00
parent eae2e74152
commit dca2fbcefc
6 changed files with 24 additions and 3 deletions

View File

@ -58,7 +58,6 @@ class Topic < ActiveRecord::Base
attr_accessor :posters # TODO: can replace with posters_summary once we remove old list code
attr_accessor :topic_list
# The regular order
scope :topic_list_order, lambda { order('topics.bumped_at desc') }