No need to return

This commit is contained in:
Rafael Mendonça França 2014-03-14 10:57:34 -03:00
parent 86d0923ddc
commit 724dff54d5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module SimpleForm
end
def find(name)
return self if @namespace == name
self if @namespace == name
end
end
end