Sha256: 1b9d5289de0a600d96879083431696fdaa1d2a69402b2a6349a669e39714f67b
Contents?: true
Size: 923 Bytes
Versions: 16
Compression:
Stored size: 923 Bytes
Contents
resource "home" do resource "/index" do get url: "/", controller: "MainController", method: "root" get url: "/add", controller: "MainController", method: "add_url" get url: "/rm", controller: "MainController", method: "rm_url" end get url: "/", controller: "MainController", method: "root" end resource "homes" do get url: "/", controller: "MainController", method: "root" end get url: "/", controller: "MainController", method: "root" get url: "/add", controller: "MainController", method: "add_url" get url: "/rm", controller: "MainController", method: "rm_url" get url: "/debug", controller: "MainController", method: "debug" get url: "/hello", controller: "MainController", method: "hello" get url: "/image", controller: "MainController", method: "image" get url: "/image/:image", controller: "MainController", method: "image" get url: "img/:image", controller: "MainController", method: "image"
Version data entries
16 entries across 16 versions & 1 rubygems