123456789_123456789_123456789_123456789_123456789_

Module: AbstractController::AssetPaths

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Defined in: actionpack/lib/abstract_controller/asset_paths.rb

Class Method Summary

::ActiveSupport::Concern - Extended

class_methods

Define class methods from given block.

included

Evaluate given block in context of base class, so that you can write class macros here.

prepended

Evaluate given block in context of base class, so that you can write class macros here.

append_features, prepend_features

DSL Calls

included

[ GitHub ]


7
8
9
10
# File 'actionpack/lib/abstract_controller/asset_paths.rb', line 7

included do
  config_accessor :asset_host, :assets_dir, :javascripts_dir,
    :stylesheets_dir, :default_asset_host_protocol, :relative_url_root
end