Remove unused ex local variable from event.rb

This commit is contained in:
Ciro Santilli 2014-12-29 10:36:57 +01:00
parent 6aec286fca
commit a2afc5c3f9
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ class Event < ActiveRecord::Base
def valid_push?
data[:ref] && ref_name.present?
rescue => ex
rescue
false
end