diff options
author | Piotr Sarnacki <drogus@gmail.com> | 2010-12-15 09:01:18 +0100 |
---|---|---|
committer | Piotr Sarnacki <drogus@gmail.com> | 2010-12-15 10:01:27 +0100 |
commit | 0e5ee9af48f11201a3b06fb3f5a50144224ec9e8 (patch) | |
tree | b9754574bdb289055759d94aff0523fee0bd1e65 /actionpack/test/dispatch/session | |
parent | 5e3b853aee86b74e68c9c3f95201c54af5502d2f (diff) | |
download | rails-0e5ee9af48f11201a3b06fb3f5a50144224ec9e8.tar.gz rails-0e5ee9af48f11201a3b06fb3f5a50144224ec9e8.tar.bz2 rails-0e5ee9af48f11201a3b06fb3f5a50144224ec9e8.zip |
Set proper engine's asset directories when assets are served from engine.
When using stylesheet_link_tag(:all) or javascript_include_tag(:all),
assets directories are searched for css or js files. When
config.serve_static_assets is set to true, those files can be
served directly from engine's directories. That's why assets paths
should be set individually for controllers inside engine
if we want to serve static assets with ActionDispatch::Static
Diffstat (limited to 'actionpack/test/dispatch/session')
0 files changed, 0 insertions, 0 deletions