removed unneeded method

This commit is contained in:
zmagod 2017-03-24 12:53:33 +01:00
parent f380e08ab0
commit b352ef1600

View file

@ -88,10 +88,4 @@ class ZipExport < ActiveRecord::Base
end
end
end
protected
def default_url_options
Rails.application.config.active_job.default_url_options
end
end