added missed commit in rebase

This commit is contained in:
James Lopez 2017-02-07 11:00:47 +01:00
parent 014db24aae
commit a130dc6fd8
1 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ namespace :grape do
end
def route_description(options)
if options[:settings][:description]
options[:settings][:description][:description]
end || ''
options[:settings][:description][:description] if options[:settings][:description]
end
end