Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ramaze 没有在这里公开继承的索引方法/操作是否有特殊原因?
require 'ramaze' module Foo def index "Index page" end end class MainController < Ramaze::Controller include Foo end Ramaze.start
$ curl localhost:7000/ No action found at: "/"