Use the normal rails asset tagging mechanisms for the SWF files
This commit is contained in:
parent
13743ae8d5
commit
7d900f15dc
3 changed files with 11 additions and 2 deletions
9
config/initializers/asset_tag_helper.rb
Normal file
9
config/initializers/asset_tag_helper.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
module ActionView
|
||||
module Helpers
|
||||
module AssetTagHelper
|
||||
def asset_path(source)
|
||||
compute_public_path(source, nil)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue