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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

