:format в ссылках
04 июля 2009
class Controller << ActionController::Base
def default_url_options(options = nil)
options ||= {}
options[:format] = :the_persistent_format if request.format == :the_persistent_format
options
end
end
