Commit cfc8f4f9ab91708e8dbbd6c8d76994b1ee3fb064

Authored by Marcin Ciunelis
1 parent adf1a591
Exists in master and in 1 other branch production

minor

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/notice.rb
... ... @@ -30,7 +30,7 @@ class Notice
30 30 before_save :sanitize
31 31 before_destroy :decrease_counter_cache, :remove_cached_attributes_from_problem
32 32  
33   - validates_presence_of :server_environment, :notifier, :backtrace
  33 + validates_presence_of :backtrace, :server_environment, :notifier
34 34  
35 35 scope :ordered, order_by(:created_at.asc)
36 36 scope :reverse_ordered, order_by(:created_at.desc)
... ...