decko-commons/decko

View on GitHub
mod/format/set/all/yaml.rb

Summary

Maintainability
A
0 mins
Test Coverage
format :yaml do
  def show view, args={}
    render!(view, args).to_yaml
  end

  view :core do
    render_pod
  end
end