_ [Rails] コントローラごとに TransSid http://d.hatena.ne.jp/babie/20070208/1170903013 それは default_url_options を使えばいいと思う。 うちの lib/trans_sid.rb はこうなってます。 # # Usage: # class FooController # include TransSid # # Ruby's License # moriq <moriq@moriq.com> # module TransSid def self.included(controller) controller.after_filter(:append_session_id_parameter) end protected def default_url_options(options) return unle