Flowdock
method

rails_asset_id

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionView::Helpers::AssetTagHelper
rails_asset_id(source) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 212
        def rails_asset_id(source)
          ENV["RAILS_ASSET_ID"] || 
            File.mtime("#{RAILS_ROOT}/public/#{source}").to_i.to_s rescue ""
        end
Register or log in to add new notes.