Parent

Methods

TinyMCE::Rails::AssetManifest

Public Class Methods

load(manifest_path) click to toggle source
# File lib/tinymce/rails/asset_manifest.rb, line 6
def self.load(manifest_path)
  YamlManifest.try(manifest_path) ||
    JsonManifest.try(manifest_path) ||
    NullManifest.new
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.