IZ MS small bugfix
This commit is contained in:
parent
a742ef1253
commit
58b052b07f
1 changed files with 2 additions and 2 deletions
|
|
@ -23,6 +23,7 @@ class RequestsController < ApplicationController
|
|||
def new
|
||||
@request = Request.new
|
||||
end
|
||||
require 'spec_helper'
|
||||
|
||||
def create
|
||||
url = find_url(params)
|
||||
|
|
@ -43,10 +44,9 @@ class RequestsController < ApplicationController
|
|||
def diasproa_url(url)
|
||||
if url.include? '@'
|
||||
f = Redfinger.finger(uri)
|
||||
|
||||
url
|
||||
end
|
||||
|
||||
uri
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue