method

ensure_stylesheet_sources!

rails latest stable - Class: ActionView::Helpers::AssetTagHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

ensure_stylesheet_sources!(sources)
private

No documentation available.

# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 873
        def ensure_stylesheet_sources!(sources)
          sources.each do |source|
            asset_file_path!(compute_public_path(source, 'stylesheets', 'css', false))
          end
          return sources
        end