METHOD URL

Hi all,

Does anyone knows how to access a method's url within the method

for instance;

def index

def show url = (show method's url with the appended parameter ) puts url # => http://localhost:8080/app/Input/show?cv=xxxxxxxxxx

puts request.url

end

BTW, the API docs are your friend :slight_smile: