Hi, guys,
my problem is when i touch the route like ‘/myc/mya’ that will loads the
application_controller first,
and then loads the my_action of the my_controller, the loading order as
the
following,
class ApplicationController < ActionController::Base
protect_from_forgery
end
class MyController < ActionController::Base
end