mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
add meaningful error message on upload [fixes #773]
This commit is contained in:
@ -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') }
|
||||
|
||||
|
Reference in New Issue
Block a user