Displaying 1 result from an estimated 1 matches for "default_asset_host_protocol".
2012 Sep 28
0
Overriding class_attribute writers and order of super/extend C.M./included block eval in ActiveSupport::Concern
...rom that being split up somehow?:
actionpack/lib/abstract_controller/asset_paths.rb:
module AbstractController
module AssetPaths #:nodoc:
extend ActiveSupport::Concern
included do
config_accessor :asset_host, :asset_path, :assets_dir,
:javascripts_dir,
:stylesheets_dir, :default_asset_host_protocol, :relative_url_root
end
end
end
Sorry if this is an uninformed way of looking at it. I guess if it was
problematic it would have been solved already. Thanks for listening though.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" g...