This commit is contained in:
2024-09-11 23:02:25 -03:00
parent 2dd0587393
commit 7de1b5279a
6 changed files with 16 additions and 1 deletions

View File

@ -11,5 +11,11 @@ module ActiveSupport
fixtures :all
# Add more helper methods to be used by all tests here...
def ruta_get_url
"/ruta"
end
def ruta_add_url
"/ruta"
end
end
end